/* Common CSS Start */

:root {
	--primary: #EEDD06;
	--body-black: #232323;
	--white: #fff;
	--heading-font: 'Rokkitt', serif;
	--section-padding: 100px;
    --radius: 20px;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body, html {
	height: 100%;
}

body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    letter-spacing: 0px;
    color: var(--body-black);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}

body {
  font-family: 'Blink', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rokkitt', serif;
  text-transform: capitalize;
}

body.home {
	padding-top: 0px;
}

.bg-dark {
	background-color: var(--body-black)!important;
}

.bg-dark, .bg-dark a, .bg-dark p, .bg-dark li {
	color: var(--white);
}

.bg-dark a.btn  {
	color: var(--body-black);
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
	color: var(--primary);
}

.col-yellow {
	color: var(--primary);
}

.bg-yellow {
	background-color: var(--primary)!important;
}

.bg-light {
    background-color: #F1F1F1!important;
}

.wow {
	overflow: hidden;
}

blockquote {
	margin: 1em 0;
	padding: .5em 1em;
	border-left: 4px solid var(--blue);
	color: #555;
	font-style: italic;
	background: #c1000025;
}

.font-italic {
	font-style: italic;
}



@keyframes zoomIn {
	0% {
		transform: scale(.5);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.container, .container-large {
	margin: 0 auto;
}

.img-100 img {
	width: 100%;
}

.zoomInEffect {
	animation: zoomIn 1s ease-out forwards;
}

img {
	max-width: 100%;
	height: auto;
	contain-intrinsic-size: auto !important;
}

.hide {
	display: none;
}

:focus {
	outline: 0;
	outline: none;
}

a {
    color: #000;
    text-decoration: underline 4px solid var(--primary);
    font-weight: 600;
}

a:hover {
	/* color: var(--primary); */
    /* color: #000; */
    text-decoration: none;
}
.footer-menu li a, .footer-menu-bottom li a, .nap-main.phone.phone-main a{
    text-decoration: none;
}

p:last-child {
	margin-bottom: 0
}

a:focus {
    color: var(--primary);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a, .btn, input, select, textarea, button, img {
	outline: 0 !important;
	box-shadow: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: var(--blue);
}

select {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #000;
}

a img {
	outline: 0;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
}

.fullwidth {
	position: relative;
	width: 100%;
	z-index: 1;
}

.bgcover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body.nav-open-menu {
	overflow: hidden;
}

.btn {
    color: var(--body-black);
    outline: 0 !important;
    box-shadow: none !important;
    position: relative;
    cursor: pointer;
    min-width: 180px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    white-space: normal;
    border: 2px solid transparent;
    z-index: 1;
    text-align: center;
    transition: .6s;
    padding: 18px 60px;
    border-radius: 100px;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform: capitalize;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 26px;
}

.btn.btn-yellow {
    background: var(--primary);
}

.btn:hover {
    color: #fff!important;
    background-color: #343434;
    border: 2px solid var(--primary);
}

.btn.btn-white {
    background: #fff;
    color: var(--body-black);
    border: 2px solid transparent;
}

.btn-white:hover {
    color: #fff;
    background-color: var(--body-black);
    border: 2px solid #fff;
}

.btn svg,
.btn img {
	width: 22px;
	height: 17px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 6px;
}

.btn:hover svg path {
	fill: var(--blue);
	stroke: var(--blue);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--bs-white);
	background: var(--blue);
}



.btn-space-top {
	margin-top: 30px;
}

input, select, textarea {
	outline: 0;
	box-shadow: none;
}

[type=submit] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
}

p:empty {
	display: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	position: relative;
	font-weight: 700;
	font-family: var(--heading-font);
}

h1, .h1 {
	font-size: 72px;
	line-height: 100%;
}

h2, .h2 {
	font-size: 64px;
	line-height: 100%;
}

h3, .h3 {
	font-size: 48px;
	line-height: 100%;
}

h4, .h4 {
	font-size: 32px;
	line-height: 100%;
}

h5, .h5 {
	font-size: 24px;
	line-height: 100%;
}

h6, .h6 {
	font-size: 20px;
	line-height: 100%;
}

.flex-direction-column {
	flex-direction: column;
}

.list-style ul {
	display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.list-style ul li, ul.list-style li {
    position: relative;
    padding-left: 25px;
}

.list-style ul li::before, ul.list-style li::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: var(--primary);
    border-radius: 50%;
    top: 12px;
    transform: translateY(-50%);
    left: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

/* Section-Padding */

.section-pd {
	padding: var(--section-padding) 0;
}

.section-pt {
	padding-top: var(--section-padding);
}

.section-pb {
	padding-bottom: var(--section-padding);
}

.pt-0 {
	padding-top: var(--section-padding);
}

.pb-0 {
	padding-bottom: var(--section-padding);
}

/* Section-Margin */

.section-mr {
	margin: var(--section-padding) 0;
}

.section-mt {
	margin-top: var(--section-padding);
}

.section-mb {
	margin-bottom: var(--section-padding);
}

.mt-0 {
	margin-top: var(--section-padding);
}

.mb-0 {
	margin-bottom: 0px;
}

.heading {
	font-family: var(--heading-font);
    font-weight: 600;
    font-size: 64px;
    line-height: 66px;
    letter-spacing: 0%;
    position: relative;
    display: inline-flex;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.heading:after {
	content: "";
	position: absolute;
	width: 100%;
	background-image: url("../images/heading-shape.svg");
	left: 0px;
	bottom: 10px;
	background-size: 100%;
	width: 100%;
	height: 15px;
	background-repeat: no-repeat;
}

div#html5-close {
	background-image: url(../assets/images/close.png);
	background-size: auto;
	width: 31px;
	height: 34px;
	background-repeat: no-repeat;
}

div#html5-close img {
	display: none;
}

.searchform .close-btn {
	right: 10px;
	top: 10px;
}

.searchform .close-btn:before,
.searchform .close-btn:after {
	left: 0;
	right: 0;
	top: 11px;
}

/* Common CSS END */

/* -----------Sidebar------------ */

.menu-top li.menu-item-has-children:hover>a {
    color: var(--primary);
}

.search-form .search-field {
    background: rgb(28 45 91 / 10%);
    border: 0px;
    width: 100%;
    height: 70px;
    border-radius: 50px;
    padding: 20px;
}

.search-form {
	position: relative;
}

.search-form label{
	width: 100%;
}

.search-form input.search-submit {
    position: absolute;
    background-image: url('../images/blog-search.svg');
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 0px;
    background-position: 15px center;
    background-repeat: no-repeat;
    right: 6px;
    background-color: #e8eaee;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    transition: 1s all;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.form-sidebar {
    padding-left: 86px;
}

.searchitem {
	margin-bottom: 30px;
}

.contact-form-sidebar {
    padding: 60px 40px;
    border-radius: var(--radius);
    background: #F1F1F1;
}

.contact-form-sidebar .form-control {
    height: 55px;
    font-size: 16px;
    padding: 6px 16px;
}

.contact-form-sidebar textarea.form-control {
    height: 140px!important;
    font-size: 16px;
    padding: 6px 16px 0px 16px!important;
}

.sidebar-form-heading {
    margin-bottom: 20px;
}

.sidebar-box {
    border-radius: var(--radius);
    padding: 40px 20px;
    margin-top: 30px;
    background: #F6F6F6;
}

.sidebar-box .widget-title {
    margin-bottom: 20px;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    color: var(--blue);
}

/* -----------Sidebar------------ */

/* -----------Pagination------------ */

.paging-new .nav-links {
	display: flex;
	width: 100%;
	justify-content: center;
	border-top: 1px solid rgba(0, 0, 0, .3);
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	margin-top: 40px;
	padding: 20px 0px;
}

.paging-new .page-numbers {
    background: #F1F1F1;
    width: 64px;
    height: 64px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 22px;
    text-decoration: none;
}

.page-numbers.current {
    background: var(--primary);
    border: 1px solid var(--primary);
}

.paging-new .page-numbers.prev {
	margin-right: auto;
}

.paging-new .page-numbers.next {
	margin-left: auto;
}

.paging-new .page-numbers.prev,
.paging-new .page-numbers.next {
	font-size: 0px;
}

.next.page-numbers,
.prev.page-numbers {
	color: #fff;
	background: var(--primary);
	border: 1px solid var(--primary);
}

.inner-page-links {
    display: flex;
    column-gap: 20px;
}

.custom-pagination ul {
    display: flex;
    justify-content: space-between;
}

.custom-pagination .pagination-arrows {
    display: flex;
    column-gap: 20px;
    width: 110px;
}

.custom-pagination .pagination-arrows li a {
    background: #fff;
    border: 1px solid #9D813A;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.paging-new.custom-pagination {
    border-radius: 0px;
    margin-top: 0px;
    display: flex;
    column-gap: 30px;
    border-top: 1px solid #DADADA;
    padding-top: 50px;
}

.custom-pagination .pagination-arrows li a:hover {
    background-color: var(--primary);
}

.pagination-arrows a:hover svg path {
    fill: #fff;
}

.paging-new .page-numbers:hover {
    background: var(--primary);
}


/* -----------Pagination-End----------- */

/************Schema CSS Start************/

.schema-sec-1 .schema-wrap {
    background-color: var(--primary);
    margin-bottom: 40px;
    padding: 40px;
    color: #000;
}

.schema-sec-2 .schema-wrap {
	background-color: var(--primary);
	margin-bottom: 40px;
	padding: 40px;
	color: #000;
}

.schema-sec-2 iframe {
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
	height: 300px;
}

.schema-wrap strong {
	font-size: 20px;
}

.schema-wrap h3 {
	color: #000;
}

.schema-sec-2 .video-title {
	display: none;
}

.schema-wrap .row {
	align-items: center;
}

.schema-sec-1 {
	margin-top: 60px;
}

.direction-link {
    font-weight: 400;
    margin-top: 0px;
    display: block;
    color: #fff!important;
    text-decoration: underline;
    margin: 10px 0px;
    transition: 0.5s;
}

.direction-link:hover {
    color: var(--primary)!important;
}

/************Schema End END************/

/* Menu CSS Start */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    /* margin-left: 40px; */
    margin-left: 22px;
}

ul.menu-top li:first-child {
	margin-left: 0px;
}

ul.menu-top>li.menu-item-has-children {
	margin-right: 11px;
}

ul.menu-top>li#menu-item-250>ul.sub-menu {
	right: 0;
}

.menu-top li a br,
.menu-top li .sub-menu li a br {
	display: none;
}

.menu-top li a {
    padding: 24px 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
}

.nav-menu .menu-top>li>a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	right: 0;
	left: 0;
	bottom: 0;
	background: var(--orange);
	transition: all .5s ease-in-out;
	margin: auto;
	opacity: 1;
	left: 50%;
	transform: translateX(-50%);
}

.nav-menu .menu-top>li>a:hover:before {
	width: 100%;
}

.nav-menu .menu-top>li.current-menu-ancestor a:before,
.nav-menu .menu-top>li.current-menu-item>a:before {
	width: 100%;
}

.menu-top li a:hover,
.menu-top li a:focus {
	color: var(--primary);
}

.nav-menu .menu-top>li.current-menu-item>a,
.nav-menu .menu-top>li.current-menu-ancestor>a {
	color: var(--primary);
}

.nav-menu>.menu-top>li.menu-item-has-children:after {
	content: "";
	position: absolute;
	top: 0;
	margin: auto;
	bottom: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0;
	border-color: #fff transparent transparent;
	display: flex;
	align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after {
	display: none;
}

/* dropdown start here */

ul.menu-top li:hover>ul {
	display: block;
}

ul.menu-top li:hover li {
	float: none;
}

ul.menu-top li:hover li a:hover {
	background: var(--blue);
	color: #fff;
}

.menu-top .sub-menu>li {
	border-bottom: none;
}

.menu-top .sub-menu>li:last-child {
	border-bottom: none;
}

.menu-top .sub-menu li.current_page_item a {
    background-color: var(--primary);
    color: var(--body-black);
    font-weight: 600;
}

.menu-top .sub-menu>li.current_page_item ul li a {
	background-color: #fff;
	color: #000;
	font-weight: 400;
}

.menu-top .sub-menu>li.current_page_item ul li a:hover, .menu-top .sub-menu>.current_page_ancestor>a {
    color: var(--body-black);
    font-weight: 500;
}

.menu-top li ul li {
	border-top: 0;
	display: block;
	margin: 0;
}

/* Displays second level dropdowns to the right of the first level dropdown */

ul.menu-top ul ul {
	left: 100%;
	top: 0px;
	position: absolute;
}

ul.menu-top li .sub-menu li {
	padding: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
}

.nav-menu-inner {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}

.menu-top {
    position: relative;
    transition: all ease-in-out .5s;
    text-align: right;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: rgb(255 255 255 / 8%);
    height: 64px;
    border-radius: 100px;
    border: 1px solid var(--primary);
    padding: 0px 20px;
}

.menu-top li:first-child {
	padding-left: 0;
}

.menu-top li:last-child {
	margin-right: 0;
	padding-right: 0px;
}

ul.menu-top li#menu-item-25 {
	display: none;
}

.sub-menu {
    background-color: var(--primary);
    min-width: 280px;
    text-align: left;
}

ul.menu-top li .sub-menu li a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: left;
	color: var(--body-black);
}

ul.menu-top li .sub-menu li a:hover {
    color: var(--primary);
    background: var(--body-black);
}

ul.menu-top li .sub-menu li:last-child a {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.menu-top .sub-menu li.current_page_item a:before,
.menu-top .sub-menu li a:hover:before {
	background: #fff;
}

.menu-top li.menu-item-has-children li.menu-item-has-children:hover>a {
    color: var(--body-black);
}

.menu-header ul.sub-menu li.menu-item-has-children>a:after {
	-ms-transform: rotate(227deg);
	-webkit-transform: rotate(227deg);
	-moz-transform: rotate(227deg);
	-o-transform: rotate(227deg);
	transform: rotate(227deg);
	right: 13px;
	top: 0;
	bottom: 0;
	content: "";
	border-left: 2px solid #293a4c;
	border-bottom: 2px solid #293a4c;
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	margin: auto;
}

.header-top-right {
	display: flex;
	align-items: center;
}

.phone-text img {
	margin-right: 4px;
}

.phone-text {
	font-family: var(--font-opensans);
	font-weight: 700;
	font-size: 18.67px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	color: var(--blue);
}

.phone-text span {
	font-weight: 700;
}

ul.menu-top li .sub-menu li.menu-item-has-children>a:hover {
    background-color: var(--body-black);
    color: var(--primary);
}

.menu-header ul.sub-menu li.current-menu-ancestor>a:after {
	border-color: #000;
}

.menu-header ul.sub-menu li.current-menu-item>a:after,
.menu-header ul.sub-menu li.menu-item-has-children>a:hover:after {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.menu-header>ul>li>ul {
    transform: translateY(.9em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.3s;
    margin-top: 0px;
    opacity: 0;
}

header#header.small-header .menu-header>ul>li>ul {
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
	transition: all linear 0.1s;
}

.menu-header .sub-menu {
	visibility: hidden;
}

.menu-header ul li:hover>ul {
	opacity: 1;
	transform: translateY(0);
	display: block;
	visibility: visible;
	z-index: 1;
	margin-top:0px;
}

.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 4px;
    margin: auto;
    right: -14px;
    background-size: 8px;
    background-repeat: no-repeat;
    background-image: url(../images/down-arrow.svg);
    background-position: center;
    height: 4px;
    width: 8px;
    bottom: 0px;
    transition: .5s;
}

.menu-top li.menu-item-has-children:hover:after {
    background-image: url(../images/down-arrow-yellow.svg);
}

.menu-top>li.current-menu-item:after,
.nav-menu .menu-top>li.current-menu-ancestor:after {
	background-image: url(../images/down-arrow-yellow.svg);
}

.menu-header ul li#menu-item-146765:hover>ul {
	max-height: 500px;
	overflow-y: scroll;
}

.menu-top li a {
	color: #fff;
}

/* Menu CSS END */

/* block css default */

.wp-block-group,
.wp-block-columns {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-left: 12px;
	padding-right: 12px;
}

.wp-block-group ul,
.wp-block-columns ul {
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 15px;
}

/* block css default */

/* Header CSS Start */

header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    display: flex;
    align-items: center;
	transition: 0.5s;
	padding: 20px 0;
    height: 139px;
	background-color: transparent;
}

.header-top {
	width: 100%;
	position: relative;
}

.header-top .header-left-logo {
	display: flex;
	align-items: center;
	padding-bottom: 0px;
}

.header-left-logo {
    width: 200px;
}

.header-top-right {
	width: calc(100% - 200px);
}

.logo-wrapper {
	height: auto;
	position: relative;
	width: 100%;
}
.gtranlate {
    padding: 10px;
}
.logo-wrapper a img {
	transition: 1s;
	object-fit: contain;
}

.menu-wrap, .mobile-header-sec {
	display: none;
}

.logo-wrapper a {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.menu-top li a, header#header.small-header .header-contact-info a {
	transition: 0.5s;
}

header#header.small-header .logo-wrapper a img {
	max-width: 100%;
}

.top-search-bar {
	text-align: right;
	position: relative;
	width: 45px;
}

.nav-menu-wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 0;
	transition: all ease-in-out .5s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 15px;
}

.white-search-icon {
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.menu-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

header#header.small-header {
    background: var(--body-black);
}

.header-top .container-fluid {
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.header-aside-col {
	align-items: center;
	display: flex;
}


.right-top-wrap {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

.header-contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    column-gap: 16px;
    margin-left: 20px;
}

.nav-menu-inner ul>li .sub-menu * {
	transition: none;
}

.header-wrap {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.phone-text:hover img {
	filter: grayscale(1);
}

.phone-text:hover {
	color: #000;
}

.white-search-icon svg path {
    transition: 0.5s;
    stroke: #fff;
}

.white-search-icon:hover svg path {
    stroke: var(--primary);
}

.mobile-search-bar {
	background: rgb(255 255 255 / 8%);
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: 1px solid var(--primary);
}

.header-btn, .header-btn span, .header-btn span svg path {
	transition: 0.5s;
}

.header-btn {
    column-gap: 6px;
    text-decoration: none;
    width: 170px;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: var(--body-black);
    background-color: var(--primary);
    border-radius: 50px;
    height: 66px;
    border: 1px solid transparent;
}

.header-btn span {
    background: var(--body-black);
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.header-btn:hover {
    color: var(--primary);
    background: var(--body-black);
    border: 1px solid var(--primary);
}

.header-btn:hover span {
    background: var(--primary);
}

.header-btn:hover span svg path {
    stroke: var(--body-black);
}

/** Mobile Search Bar ***/

.mobile-search-bar-box {
	position: fixed;
	top: 0;
	width: 100%;
	height: 162px;
	z-index: 10000;
	background-color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	transition: all ease-in-out .5s;
}

.mobile-search-bar-box .search-input-box {
	width: 100%;
	position: relative;
}

.close-btn {
	position: absolute;
	right: -15px;
	top: -10px;
	width: 40px;
	height: 40px;
	opacity: 1;
	font-size: 0;
	color: #fff;
	border: none;
	background: var(--primary);
	border-radius: 45px;
	z-index: 1;
}

.close-btn:hover {
	opacity: 1;
	cursor: pointer;
	background-color: #000000;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #000;
    right: 0;
    margin: auto;
}

.close-btn:hover:before,
.close-btn:hover:after {
	opacity: 1;
	background-color: #ffffff;
}

.close-btn:before {
	transform: rotate(45deg);
}

.close-btn:after {
	transform: rotate(-45deg);
}

.modal-dialog-scrollable .modal-content {
	overflow: inherit;
}

.mobile-search-bar-box {
	display: none
}

.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 150px;
    z-index: 10000;
    background-color: var(--body-black);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
    opacity: 0;
}

.mobile-search-active .mobile-search-bar-box {
	transform: translate(0);
	z-index: 999999;
	opacity: 1;
}

.mobile-search-bar-box form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.mobile-search-bar-box .search-input-box input::placeholder {
	color: #fff;
}

.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 46px;
    padding: 10px 40px 10px 10px;
    background: 0 0;
    border-radius: 0;
}

.mobile-search-bar-box .search-icon-form img {
	width: 28px;
	max-width: 54px;
}

.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    top: 0px;
    position: relative;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-icon-form button:hover {
	opacity: 1;
}

.form-control:focus {
	border-color: var(--blue);
	box-shadow: none;
}

.search-input-box .form-control:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	outline: 0;
	box-shadow: none;
}

.mobile-search-bar-box .search-input-box {
	position: relative;
}

.req-error {
    position: absolute;
    font-size: 11px;
    bottom: 1px;
    display: none;
    color: var(--blue);
    font-weight: 400;
    right: 50px;
    background-color: #fff;
    padding: 2px 5px 1px 5px;
    border-radius: 4px 4px 0 0;
    line-height: normal;
    text-transform: capitalize;
}

.mobile-search-bar-box .req-error {
    position: absolute;
    font-size: 14px;
    bottom: 1px;
    display: none;
    color: #fff;
    font-weight: 500;
    right: 50px;
    background-color: red;
    padding: 3px 5px 2px 5px;
    border-radius: 4px 4px 0 0;
    line-height: normal;
    text-transform: capitalize;
}

.mobile-search-bar img {
	cursor: pointer;
	top: -3px;
	position: relative;
}

.m-close-search .bar {
	background: #FFF;
	border-radius: 0;
	display: block;
	height: 1px;
	width: 45px;
	display: none;
}

.m-close-search .bar:nth-of-type(2) {
	width: 25px;
	margin-bottom: 9px;
	margin-top: 9px;
}

.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    top: 0;
}

.mobile-search-bar-box [type='submit'],
.mobile-search-bar-box [type='submit']:focus {
	background-color: transparent
}

.nav-menu-inner .nav-menu {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: relative;
}

header#header.small-header .nav-menu-inner .nav-menu {
	top: 0;
}

/* Mobile Search Bar */

/************-----------Header CSS End------------************/

/************Contact Form CSS Start************/

.wpcf7 form.spam .wpcf7-response-output {
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #eedd06;
    color: var(--body-black);
    opacity: 0.5;
}

.wpcf7 .wpcf7-form-control-wrap.quiz-math,
.wpcf7 .wpcf7-form-control-wrap.quiz-math label {
	width: 100%;
	margin: 0;
}

.wpcf7 .wpcf7-spinner {
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

select {
	width: 100%;
}

div.wpcf7 .wpcf7-form textarea.form-control,
.common-form-style .form-group textarea.form-control {
	height: 185px;
}

div.wpcf7 .wpcf7-form textarea.form-control {
    padding-top: 10px;
}

.wpcf7 .wpcf7-response-output {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    font-weight: 400;
    border: none !important;
    margin: 0 !important;
    max-width: 100%;
}

.form-sidebar .wpcf7 .wpcf7-response-output {
	bottom: -40px;
}

.wpcf7-form-control-wrap {
	display: inline-flex;
	width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #fff;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 0;
	font-size: 10px;
	background-color: #b30000;
	padding: 6px;
	border-radius: 4px 4px 0px 0px;
	line-height: 6px;
	text-transform: capitalize;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip {
	padding: 2px 5px;
}

.wpcf7 {
	position: relative;
}

.wpcf7 .form-acceptance-col .wpcf7-list-item-label {
	font-size: 16px;
	line-height: 24px;
}

.wpcf7 .btn-wrap {
	position: relative;
	padding: 0;
	display: inline-block;
	width: auto;
	margin-top: 35px;
	margin-right: 0;
	margin-left: 0;
}

.wpcf7 .btn-wrap:after {
	content: '';
	bottom: 0;
	right: 38px;
	height: 15px;
	width: 25px;
	position: absolute;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/right-arrow-white.svg);
	background-position: center;
	margin: auto;
	top: -3px;
	pointer-events: none;
}

.wpcf7 .btn-wrap .btn {
	width: 100%;
	text-align: center;
	text-indent: -28px;
}

.btn-wrap .wpcf7-submit {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 1;
}

.wpcf7 .btn-wrap:hover::after {
	background-image: url(../images/right-arrow-blue.svg);
}

div.wpcf7 .ajax-loader {
	position: absolute;
	left: 0;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	z-index: 1;
	display: block;
}

div.wpcf7 form.submitting .btn-wrap input,
.sidebar div.wpcf7 form.submitting .btn-wrap input {
	color: #ffffff;
	background-color: var(--blue);
	border: 2px solid var(--blue);
	text-decoration: none;
}

div.wpcf7 form.submitting .btn-wrap {
	border: none;
	color: #000;
	background: none;
	border-color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	max-width: 224px;
	visibility: hidden;
	display: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,
.thank-you-message {
	color: #fff !important;
	background: #00772c !important;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	opacity: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff !important;
    background: #008f00;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 1;
    width: 400px;
    border-radius: 7px;
    padding: 0px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    border-radius: 40px;
}

.contact-form-sidebar .wpcf7-response-output {
    left: 0px;
    max-width: 100%;
}

textarea {
	resize: none;
	height: 5rem;
}

[type=submit],
[type=submit]:focus {
	cursor: pointer;
	box-shadow: none;
}

.form-control, .wpcf7-select {
    display: block;
    height: 56px;
    width: 100%;
    color: var(--body-black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
    border-radius: 0px;
    padding: 0px 13px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #DADADA;
    box-shadow: 0px 1px 4px 0px #12196114;
}

.form-field {
    margin-top: 15px;
}

.form-control::placeholder {
	color: #454545;
}

.wpcf7 ::-webkit-input-placeholder {
	color: #454545;
}

.wpcf7 select {
    color: #454545;
    font-weight: 400;
    text-shadow: none;
}

.wpcf7 ::-moz-placeholder {
	color: #454545;
}

.form-text {
    font-size: 16px;
}

.wpcf7 :-ms-input-placeholder {
	color: #454545;
}

.wpcf7 :-moz-placeholder {
	color: #454545;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 11px;
    letter-spacing: .2px;
    background-color: #b30000;
    border-radius: 0px;
    line-height: 14px;
    text-transform: capitalize;
    margin: 0;
    padding: 1px 7px;
    display: block;
    font-family: var(--font-inter);
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 0px;
	display: none;
}

.wpcf7 .quiz-math .wpcf7-not-valid-tip {
	font-size: 10px;
	display: inline-block;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	text-transform: capitalize;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
	margin: 0;
	margin-right: 20px;
	vertical-align: middle;
}

.wpcf7 .wpcf7-list-item label {
	display: flex;
	align-items: center;
}

.wpcf7 .wpcf7-list-item label input[type="checkbox"] {
	margin-right: 10px;
}

.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
    display: inline-block !important;
    opacity: 1 !important;
    transition: none !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--body-black);
}

.form-acceptance-col .wpcf7-list-item label {
	line-height: 1.625rem;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	display: flex;
	align-items: flex-start;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
	display: inline-block !important;
	transition: none;
	line-height: 26px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label * {
	transition: none;
}

.form-acceptance-col .wpcf7-list-item label input {
	position: relative;
	top: 5px;
}

.form-acceptance-col .wpcf7-list-item {
	margin-left: 0;
}

.form-field-select .wpcf7-form-control-wrap::after {
    content: "";
    top: 50%;
    right: 30px;
    background-image: url('../images/form-select.svg');
    position: absolute;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

/************ Contact Form CSS END ************/




/************Footer CSS Start************/


footer {
    padding: 230px 0px 60px 0px;
}

footer.form-hide {
    padding: 100px 0px 60px 0px;
}

.footer-logo-main {
    width: 43%;
}

.footer-contact-main {
    width: 22%;
}

.footer-menu-main {
    width: 22%;
}

.footer-social {
    width: 13%;
}

.footer-description {
    font-size: 16px;
    line-height: 150%;
    max-width: 292px;
    margin-top: 24px;
    font-weight: 400;
}

.footer-heading {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.nap-postal-address-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    font-size: 16px;
	line-height: 22px;
}

.nap-content.text-white {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}

.nap-info-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-menu li{
    line-height: 20px;
    margin-bottom: 20px;
}

.social-sc ul {
    display: flex;
    column-gap: 10px;
}

.social-sc ul li a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #fff;
    border-radius: 50%;
}

.social-sc ul li a svg{
    width: 18px;
    height: 18px;
}

.footer-copyright-row {
    border-top: 1px solid #FFFFFF80;
    padding-top: 40px;
}

.footer-menu-bottom {
	display: flex;
	justify-content: flex-end;
}

.footer-menu-bottom li {
	border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 100%;
}

.footer-menu-bottom li:last-child {
	border-right: 0px solid #fff;
    padding-right: 0px;
    margin-right: 0px;
}

.footer-copyright-row .col-md-6 {
	padding: 0px;
}

.row.footer-row {
    padding-bottom: 100px;
}

.copyright-text {
	font-size: 16px;
    line-height: 18px;
}

.social-sc ul li a, .social-sc ul li a:hover svg path {
	transition: 0.5s;
}

.social-sc ul li a:hover {
    border: 4px solid var(--primary);
}

.social-sc ul li a:hover svg path {
    fill: var(--primary);
}

/************Footer CSS End************/




/************* Homepage CSS Start *************/


.home-banner {
    width: 100%;
    padding-top: 150px;
}

.home-banner-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-banner-bg img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.home-banner .container {
	position: relative;
    z-index: 2;
}

.banner-row {
	align-items: end;
    height: 100%;
}

.banner-description {
    margin-bottom: 50px;
}

.banner-title {
    font-weight: 700;
    font-size: 65px;
    line-height: 85%;
    position: relative;
    display: inline-flex;
    padding-bottom: 45px;
    margin-bottom: 20px;
}

.banner-title:after {
    content: "";
    position: absolute;
    width: 100%;
    background-image: url("../images/heading-shape.svg");
    left: 0px;
    bottom: 10px;
    background-size: 100%;
    width: 100%;
    height: 15px;
    background-repeat: no-repeat;
}

.banner-sub-heading {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 30px;
    line-height: 85%;
    margin-bottom: 15px;
}

.banner-description p {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}

.banner-form-inner {
    background-color: #fff;
    border-radius: var(--radius);
    padding: 35px 20px;
}

.banner-form-main {
	padding-bottom: 50px;
}

.banner-form-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    position: relative;
    padding-bottom: 38px;
    margin-bottom: 8px;
}

.banner-form-heading:after {
	content: "";
	position: absolute;
	width: 100%;
	background-image: url("../images/heading-shape.svg");
	background-repeat: no-repeat;
	left: 0px;
	bottom: 10px;
	background-size: 100%;
	width: 100%;
	height: 15px;
} 

.banner-attroney-img {
    position: relative;
    z-index: 1;
}

.banner-attroney-img::before {
    content: "";
    position: absolute;
    width: 804px;
    height: 450px;
    background: #EEDD06;
    border-radius: 50%;
    filter: blur(175px);
    opacity: 0.9;
    top: 41%;
    left: -77px;
    z-index: -1;
}

.banner-form .wpcf7-submit {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    height: 66px;
    background: var(--primary);
    color: var(--body-black);
    border: none;
}

.banner-form .wpcf7-submit:hover {
    background: var(--body-black);
    color: var(--primary);
    border: 2px solid var(--primary);
}

.banner-form textarea.form-control {
    height: 116px!important;
}

.wpcf7-list-item {
    margin: 0px;
}

.banner-form .form-field {
    margin-top: 10px;
}

.form-submit-icon {
	margin-top: 20px;
}

.banner-inner-list {
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    display: flex!important;
    column-gap: 30px;
    padding: 40px 30px 40px 0px;
    align-items: center;
}
.banner-list .slick-list .slick-track {
    display: flex;
    justify-content: center;
}

.area-row {
	margin-top: 80px;
	justify-content: center;
    padding-bottom: 124px;
}

.area-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: var(--body-black);
}

.area-box {
	display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5.33px 32px 0px #00000024;
    border-radius: var(--radius);
    padding: 80px 10px;
	transition: transform 0.3s ease-in-out;
    min-height: 410px;
}

.area-box:hover {
	transform: scale(1.03);
    background: var(--primary);
    color: var(--body-content);
}

/* .area-box svg {
	transition: 0.5s;
}

.area-box:hover svg {
	height: 150px;
} */

.area-box:hover svg path {
	transition: 0.5s;
}

.area-box:hover svg path[fill="#EEDD06"] {
  fill: #ffffff;
}

.number {
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
	text-align: center;
}

.number-title {
	text-align: center;
	margin-top: 15px;
}

.home-number-section .row .col-md-3 {
	border-right: 1px solid #232323
}

.home-number-section .row .col-md-3:last-child {
	border-right: 0px solid #232323
}

.slick-section .prev-arrow {
    position: absolute;
    bottom: 0;
    left: auto;
    background: var(--primary);
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.slick-section .next-arrow {
    position: absolute;
    bottom: 0;
    left: auto;
    background: var(--primary);
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 84px;
}

.slick-section .slick-arrow span {
	display: flex;
}

.slick-section .slick-track {
	padding-bottom: 124px;
}

.home-video-section .videos-list .col-md-4 iframe {
	height: 324px;
	border-radius: var(--radius);
}

.videos-list .slick-slide {
    margin-right: 20px;
}

.video-info-row {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
}

.home-video-section .videos-list iframe, .video-info-row  {
	height: 324px;
}

.about-sec-video {
    position: relative;
    margin-top: 45px;
    border-radius: var(--radius);
    overflow: hidden;
    width: 100%;
}

.about-sec-video img{
    width: 100%;
}

.about-sec-video .full-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* This will center the element */
}

.home-testimonails-section .ti-widget {
	margin: 60px 0px;
}

.home-team-section{
    background: #F1F1F1;
}

.home-team-section .slick-slide {
	margin-right: 30px;
}

.team-slide {
    height: 470px;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    display: flex;
}

.info-box {
    background: var(--primary);
    border-radius: var(--radius);
    position: absolute;
    bottom: -100%;
    width: 100%;
    padding: 20px 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    color: var(--body-black);
}

.team-slide:hover .info-box {
    transform: translateY(0%);
    bottom: 0%; 
}

.team-title {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}

.team-designation {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.info-box svg {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 0px;
}

.member-image {
	height: 100%;
}

.member-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-faq-section .accordion-item {
    background-color: var(--body-black);
    border: 1px solid #EDF5FF1C;
    margin-bottom: 20px;
    border-radius: var(--radius);
    overflow: hidden;
}

.home-faq-section .accordion-button {
    background-color: var(--body-black);
    border: none;
    box-shadow: none;
    border-radius: var(--radius);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    justify-content: space-between;
    column-gap: 15px;
}

.accordion-body {
	padding-top: 0px;
}

.accordion-button.collapsed::after {
	content: "";
	background-image: url('../images/plus.svg');
}

.accordion-button:not(.collapsed)::after {
	content: "";
	background-image: url('../images/minus.svg');
}

.home-faq-section .right {
	padding-left: 45px;
}

.home-faq-section .heading:after {
    width: 68%;
}

.footer-form-inner {
    background-color: #fff;
    border-radius: var(--radius);
    max-width: 570px;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-form-section .footer-form-row {
    padding: 0px 45px;
    justify-content: space-between;
    margin-bottom: -130px;
    z-index: 2;
    position: relative;
}

.contact-page-form .footer-form-row {
    padding: 0px 45px;
    justify-content: space-between;
    margin-bottom: 0px;
    z-index: 2;
    position: relative;
}

.footer {
	position: relative;
	z-index: 1;
}

.footer-map iframe {
	width: 100%;
    height: 392px;
    border-radius: var(--radius);
    margin-top: 30px;
}

.home-call-to-action {
    margin-bottom: -151px;
}

.home-call-to-action + div {
    padding-top: 240px;
}

.home-call-to-action .row {
    padding: 15px 0px 15px 100px;
    border-radius: var(--radius);
    position: relative;
    z-index: 2;
}

.home-call-to-action .right {
    display: flex;
    justify-content: flex-end;
}

.home-faq-section {
    padding-top: 241px;
    z-index: 1;
}

/************* Homepage CSS END *************/


.what-we-do-page .list-card {
    border: 1px solid #E0DFC8;
    display: block;
    border-radius: var(--radius);
    padding: 80px 40px;
    height: 100%;
    transition: transform .3s ease-in-out;
    box-shadow: 0px 6px 38px 0px transparent;
    position: relative;
    overflow: hidden;
}
.what-we-do-page .description {
    color: #000;
}
.what-we-do-page .list-card:hover {
    transform: scale(1.03);
    background: var(--primary);
    color: var(--body-content);
}


.what-we-do-page .list-card svg, .what-we-do-page .list-card img {
    width: 120px;
    height: 100px;
    margin: 0 auto 15px;
    position: relative;
}
.what-we-do-page .list-card .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #232323;
    position: relative;
    text-transform: capitalize;
}
.what-we-do-page .list-card:hover::before {
    bottom: 0;
}
.what-we-do-page .list-card:hover {
    border-color: #EEDD06;
    box-shadow: 0px 6px 38px 0px rgba(0, 0, 0, 0.14);
}
.what-we-do-page .list-card:hover svg path[fill="#EEDD06"] {
    fill: #ffffff;
}

.inner-page-banner {
    min-height: 350px;
    padding-bottom: 40px;
}
.inner-banner-heading {
    color: var(--primary);
    margin-bottom: 0;
    margin-top: 30px;
    line-height: 0.9;
}
.breadcrumbs-sec {
    background: var(--primary);
    padding: 15px 0;
}
#breadcrumbs span span {
    padding: 0 3px;
}
.breadcrumbs-sec svg, .breadcrumbs-sec img {
    width: 12px;
    height: 12px;
}
#breadcrumbs a:hover {
    text-decoration: underline;
    color: var(--body-black);
}


.page-attorney .info-box {
    background: #fff;
    bottom: 0%;
    transform: translateY(0%);
    transition: 0.5s;
}

.page-attorney .team-slide:hover .info-box {
    background: var(--primary);
}

.member-image img {
    border-radius: 27px;
}

.site-section .row {
    margin-bottom: 60px;
}

.site-section .row:last-child {
    margin-bottom: 0px;
}

.page-testimonails-section {
    padding-top: 230px;
}

.team-detail .member-image img {
    width: 100%;
}

.team-detail .info-box {
    bottom: 0%;
    transform: translateY(0%);
}

.team-detail .team-slide {
    border: 1.27px solid #EEE8E8;
}

.single-team-section .right-position {
    flex-direction: row-reverse;
}

.single-team-section .right-position .col-md-6:first-child {
    padding-left: 30px;
}

.single-team-section .right-position .col-md-6:last-child {
    padding-right: 30px;
}

.single-team-section .left-position .col-md-6:first-child {
    padding-right: 30px;
}

.single-team-section .left-position .col-md-6:last-child {
    padding-left: 30px;
}

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

.inner-image img {
    max-height: 160px;
    max-width: 342px;
    object-fit: contain;
}

.awards-slider .slick-track {
    display: flex;
    align-items: center;
}

.page-testimonails-section-inner .ti-widget {
    margin: 0px 0px;
}


/* Community Cooperative Page CSS */

.event-section .event-item {
    border: 1px solid #DEDEDE;
    border-radius: var(--radius);
    padding: 25px 25px 48px 25px;
    height: 100%;
}

.event-section .image-box {
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    border-radius: 16px;
}

.event-section .event-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    font-family: var(--heading-font);
    padding: 25px 0px 10px 0px;
}

#breadcrumbs a {
    color: var(--body-black);
}

.page-faq .accordion-button:not(.collapsed) {
    color: #232323;
    background-color: #F1F1F1;
    box-shadow: none;
}

.page-faq .accordion-button {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
}

.page-faq .accordion-collapse {
    background: #F1F1F1;
}

.page-faq  .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #CFC8C8;
    border-radius: var(--radius);
    overflow: hidden;
}

.page-faq .accordion-button.collapsed::after {
    content: "";
    background-image: url('../images/plus-black.svg');
}

.page-faq .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url('../images/minus-black.svg');
}

.page-not-found .error-info {
    display: flex;
    flex-direction: column;
}

.err-form-wrap {
    background-color: #fff;
    border-radius: var(--radius);
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search_result .entry-title a{
    color: var(--body-black);
}

.search_result article {
    background: #F1F1F1!important;
    padding: 50px;
    margin-bottom: 30px;
    border-radius: var(--radius);
}

.common-search-page .page-title {
    padding-bottom: 30px;
}

.search_result article:last-child {
    margin-bottom: 0px;
}

.home-call-to-action .heading {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.home-call-to-action .heading:after {
    display: none;
}

.global-radius img {
    border-radius: var(--radius);
}

.bg-light-row .row {
    background-color: #F1F1F1;
}

.bg-light-row .content-section {
    padding-left: 53px;
}

.bg-light-row img{
    border-radius: 0px;
}

.bg-light-row .global-radius {
    padding: 0px;
}

.bg-light-row  .left-position .content-section {
    padding-right: 50px;
}

.bg-light-row  .right-position .content-section {
    padding-right: 0px;
}

.carrers-section.bg-yellow img {
    margin-bottom: -100px;
}

.carrers-section.bg-yellow {
    z-index: 2;
    margin: var(--section-padding) 0px;
}

.resources-image {
    width: 100%;
    height: 320px;
    border-radius: var(--radius);
    overflow: hidden;
}

.resources-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resources-title {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}

.info-box-resource {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F1F1F1;
    border-radius: var(--radius);
    padding: 0px 40px;
    height: 70px;
    margin-top: -36px;
    position: relative;
    transition: 0.5s;
}

.resource-item:hover .info-box-resource {
    background: var(--primary);
}

.info-box-resource a {
    line-height: 100%;
}

.info-box-resource a svg {
    margin-top: 0px;
    width: 13px;
    height: 13px;
}


/* Blog Listing */

.blog-inner {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DADADA;
}

.blog-image {
    padding: 0px;
    width: 440px;
}

.blog-image a {
    width: 100%;
    height: 300px;
    display: flex;
    border-radius: var(--radius);
    overflow: hidden;
}

.blog-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-image {
    padding: 0px;
    width: 100%;
    max-width: 440px;
}

.news-page-blog .blog-box {
    padding-left: 40px;
    width: 100%;
}

.news-page-blog .blog-date {
    justify-content: flex-start;
    padding-bottom: 30px;
}

.news-page-blog .blog-title {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
}

.blog-category-page .blog-item:last-child .blog-inner {
    padding-bottom: 40px;
    margin-bottom: 0px;
    border-bottom: 0px solid #dadada; 
}

.info-left-items {
    display: flex;
    column-gap: 10px;
}


.post-top-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.blog-list-area {
    padding-right: 40px;
}

.blog-excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

a.blog-bottom-link {
    margin-top: 16px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.blog-main-page .blog-inner {
    flex-direction: column;
}

.blog-main-page .blog-image {
    max-width: 100%;
}

.blog-main-page .blog-image a {
    height: 400px;
    width: 100%;
}

.blog-main-page .blog-box {
    padding-left: 0px;
    padding-top: 40px;
}

.blog-main-page .blog-inner {
    padding-bottom: 52px;
    margin-bottom: 0px;
    border-bottom: none;
}

.blog-main-page .blog-title {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

.single_post .blog-img{
    height: 500px;
    border-radius: var(--radius);
    overflow: hidden;
}

.single_post .blog-img img{
    height:100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.single_post svg {
    width: 20px;
}

.service-slider {
    background-image: url("../images/service-bg.webp");
    padding: 60px 84px 60px 110px;
    border-radius: var(--radius);
    margin-top: auto;
}

.service-slider-payment {
    background-image: url("../images/service-bg.webp");
    padding: 60px 20px 60px 20px;
    border-radius: var(--radius);
    margin-top: auto;
}

.service-slider .service-inner, .service-slider-payment .service-inner{
   background-color: #fff;
   border-radius: var(--radius);
   padding: 30px;
   height: 100%;
}

.service-slider .service-inner .service-title, .service-slider-payment .service-inner .service-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
}

.service-inner .service-des {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    opacity: 0.5;
}

.service-slider-payment .service-des {
    color: #808080;
    opacity: 1;
}

.slick-section-inner .prev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    background: #fff;
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.slick-section-inner .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: #fff;
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.slick-track {
    display: flex;
    height: 100%;
	margin-left: 0;
}

.slick-slide {
    display: flex;
    align-items: stretch;
    height: auto;
}

.service-slider .slick-slide {
    margin-right: 30px;
}

.service-slider .slick-track {
    padding-left: 1px;
}

.service-inner, .service-main-box, .service-slider .slick-slide>div {
    height: 100%;
}

.few-members .slick-track {
    padding-bottom: 0px;
}

.why-choose-section h2 {
    color: #fff;
}

.choose-inner .h3 {
    font-weight: 500;
    margin: 30px 0px;
}

.why-choose-section+div {
    margin-top: -170px;
}

.practice-call-to-action .row {
    padding: 15px 0px 15px 100px;
    border-radius: var(--radius);
    position: relative;
    z-index: 2;
}

.practice-call-to-action {
    padding-top: 80px;
}

.why-choose-section .row:last-child {
    margin-bottom: 96px;
}

.static-page-details h2, .static-page-details h3, .static-page-details h4, .static-page-details h5, .static-page-details h6 {
    margin: 35px 0px 20px 0px;
}

.static-page-details ul {
    margin-bottom: 20px;
}

.videos-page .blog-inner {
    flex-wrap: wrap;
}

.videos-page .blog-image {
    max-width: 100%;
}

.videos-page .blog-item {
    padding: 15px;
}

.videos-page .blog-bottom-link {
    margin-top: 0px;
}

.videos-page .blog-title {
    margin: 25px 0px;
}

.videos-page .blog-inner {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.home-video-section .slick-track {
    padding-bottom: 0px;
}
.videos-list{
    margin-top: 50px;
}
.inner-banner-heading {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
}

.sk_branding {
    opacity: 0;
}

.sk-ig-load-more-posts {
    background: #eedd06!important;
    color: var(--body-black)!important;
    border-radius: 100px!important;
    border: 2px solid transparent!important;
    min-height: 64px!important;
    min-width: 240px;
    font-weight: 700;
    font-size: 20px!important;
    font-family: 'Blink', sans-serif!important;
    margin-top: 40px!important;
    transition: 0.5s;
}

body .sk-instagram-feed .sk-ig-all-posts {
    display: flex;
    flex-wrap: wrap;
}

.sk-instagram-feed-item-sizer {
    display: none;
}

body .sk-instagram-feed .sk-instagram-feed-item {
    width: 100%!important;
    padding: 15px 15px 0px 15px!important;
    border-radius: 20px!important;
    overflow: hidden!important;
    background: 0 0;
    margin-bottom: 15px!important;
}

body .sk-instagram-feed {
    border: none!important;
}

.first_loading_animation {
    display: none;
}

.sk-ig-all-posts .sk-instagram-feed-item {
    margin: 0px !important;
}

.sk-ig-post-img {
    height: 410px!important;
    border-radius: 20px!important;
    width: 100%!important;
    object-fit: cover;
}

body .sk-instagram-feed .sk-ig-bottom-btn-container {
    display: block;
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 0;
    padding: 0!important;
}

.sk_branding {
    opacity: 0;
    height: 0;
    padding: 0!important;
}

body .sk-instagram-feed .sk-ig-post-hover {
    max-height: 97% !important;
    border-radius: 23px!important;
}

.author-img {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.info-category, .author-info, .author-info a, .blog-date {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: var(--body-black);
}

.slick-section .slick-arrow {
    border: 2px solid transparent;
}

.slick-section .slick-arrow, .slick-section .slick-arrow svg path {
    transition: 0.5s;
    border: 2px solid transparent;
}

.slick-section .slick-arrow:hover {
    background: var(--body-black);
    border: 2px solid var(--primary);
}

.slick-section .slick-arrow:hover svg path {
    fill: var(--primary);
}

.sk-ig-load-more-posts:hover {
    background: var(--body-black)!important;
    color: #eedd06!important;
    border: 2px solid #eedd06!important;
}

.video-wrapper iframe {
    width: 100%;
}

.videos-list .slick-slide>div {
    height: 100%;
}

.sec-video svg {
    width: 60px;
}

.sec-video {
    height: 100%;
    border-radius: 20px;
    margin: 0;
    overflow: hidden;
}

.sec-video img {
    height: 100%;
    object-fit: cover;
}

.sidebar-box ul li::before {
    display: none;
}

.sidebar-box ul li {
    padding: 0;
}

.sidebar-box ul li a {
    color: var(--body-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    column-gap: 30px;
}

.child-pages svg {
    width: 15px;
    height: 15px;
}

.child-pages svg {
    width: 15px;
    height: 15px;
}

.child-pages ul {
    row-gap: 15px;
}

.sidebar-box ul li a svg path {
    transition: 0.5s;
}

.sidebar-box ul li a:hover {
    color: var(--primary);
}

.sidebar-box ul li a:hover svg path {
    stroke: var(--primary);
}

.blog-main-page .blog-box {
    width: 100%;
}

.list-inner {
    width: 20%;
}

.list-inner a {
    color: var(--body-black);
    transition: 0.5s;
    text-decoration: none;
}

.list-inner a:hover {
    color: var(--primary);
    text-decoration: none;
}

.listing-section ul {
    display: flex;
    flex-direction: initial;
    row-gap: 0px;
    border: 1px solid #E0DFC8;
    border-radius: 20px;
    padding: 50px 55px;
}

.about-sec-video svg rect {
    transition: 0.5s;
}

.about-sec-video svg:hover rect {
    fill: #EEDD06;
    fill-opacity: 0.8;
}

.about-sec-video a svg {
  transition: transform 0.3s ease;
}

.about-sec-video a:hover svg {
  transform: scale(1.1);
}

.accordion-collapse {
    padding-right: 30px;
}

body .sk-instagram-feed {
    background: transparent!important;
}

.about-sec-video span {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.home-video-section .about-sec-video:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,.2) 20%,rgba(0,0,0,0) 50%);
}

.slick-section-inner .slick-arrow:hover {
    background: var(--body-black);
    transition: 0.5s;
}

.slick-section-inner .slick-arrow:hover svg path {
    fill: #fff;
    transition: 0.5s;
}

.single-team-info {
    padding-left: 40px;
}

.single-team-section.list-style li:before {
    background-color: var(--body-black);
    top: 13px;
}

.single-team-section li {
    font-weight: 300;
}

.resource-item {
    color: var(--body-black);
}

.resource-item:hover {
    color: var(--body-black);
}

.img-shape .left-img-column {
    position: relative;
    padding-right: 50px;
    padding-bottom: 30px;
}

.img-shape .left-img-column:after {
    content: "";
    width: 627px;
    position: absolute;
    height: 465px;
    right: 20px;
    bottom: 0;
    background: var(--primary);
    border-radius: 20px;
    z-index: -1;
}

.carrers-section.bg-yellow .heading:after {
    width: 70%;
    filter: brightness(0);
}

.home-call-to-action a {
    color: var(--body-black);
    text-decoration: underline;
}

.home-call-to-action a.btn {
    text-decoration: none;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.practice-section.carrers-section.bg-light-row .row {
    background-color: #f1f1f1;
    padding: 50px 0px;
}

.practice-section ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 15px;
}
 
.static-page-details a {
    color: var(--body-black);
    text-decoration: underline;
}

.static-page-details a:hover {
    color: var(--primary);
}

.custom-pagination .prev:hover {
    background-color: var(--body-black);
}

.custom-pagination a, .custom-pagination svg path {
    transition: 0.5s;
}

.custom-pagination .prev:hover svg path, .custom-pagination .next:hover svg path {
    fill: var(--primary);
}

.custom-pagination .prev:hover, .custom-pagination .next:hover {
    background-color: var(--body-black);
}

.custom-pagination .prev:hover svg path, .custom-pagination .next:hover svg path {
    fill: var(--primary);
}

.videos-page h2 {
    font-size: 24px;
}

.blog-bottom-link svg, .blog-bottom-link  {
    transition: 0.5s;
}

a.blog-bottom-link:hover {
    color: var(--body-black);
    text-decoration: underline;
}

a.blog-bottom-link svg path {
    transition: 0.5s;
}

a.blog-bottom-link:hover svg path {
    stroke: var(--body-black);
}

.single-team-section a, .single-post .blog-page-row a, .static-page a {
    color: var(--body-black);
    /* text-decoration: underline var(--primary); */
}

.single-team-section a:hover, .single-post .blog-page-row a:hover, .static-page a:hover {
    text-decoration: none;
    color: var(--body-black);
}

.sidebar-listing a {
    text-decoration: none;
}

.single-team-content p {
    margin-bottom: 10px;
}

.single-team-content ul {
    margin-bottom: 20px;
}

.single-team-section .left-img-column img {
    width: 100%;
}

.payment-page .list-card:hover .btn-yellow, .payment-page .btn-yellow:hover {
    background-color: #fff;
    color: var(--body-black)!important;
}

.service-slider-payment strong, .apbct-email-encoder-select-whole-email {
    color: var(--body-black);
    opacity: 1;
}

.service-slider-payment a {
    color: #000;
    text-decoration: underline;
}

.common-search-page .search_result a {
    color: #000;
    text-decoration: underline;
}

.carrers-section .row {
    margin-top: 0px;
}

.serv-bottom-down p {
    color: #000;
}

.serv-bottom-down p strong{
    color: #000;
}

.service-slider-payment .service-main-box {
    height: auto;
}

.footer::before {
    content: "";
    background-color: var(--body-black);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.single-post h1, .single-post .h1 {
    font-size: 64px;
    line-height: 100%;
}

.single-post h2, .single-post .h2 {
    font-size: 48px;
    line-height: 100%;
}

.single-post h3, .single-post .h3 {
    font-size: 32px;
    line-height: 100%;
}

.single-post h2, .single-post .h2 {
    font-size: 28px;
    line-height: 100%;
}

.single-post h1, .single-post .h1 {
    font-size: 24px;
    line-height: 100%;
}

.single-post h2, .single-post .h2 {
    font-size: 20px;
    line-height: 100%;
}

body .sk-instagram-feed .sk-instagram-feed-item:hover .sk-ig-post-hover {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.blog-bottom-link svg {
    transition: transform 0.5s ease;
    transform: rotate(0deg) scale(1);
    transform-origin: center;
    display: inline-block;
}

.blog-bottom-link:hover svg {
    transform: rotate(27deg) scale(1);
}
.page-template-template-practice-areas .home-single-video-section {
/*     padding-bottom: 0px; */
}
.page-template-template-community .event-content a {
    color: #000;
    text-decoration: underline;
	transition: 0.5s ease-in;
}
.page-template-template-community .event-content a:hover {
    color: #eedd06;
}


/* CSS */
.about-sec-home{
       background-color: #f1f1f1; 
}
.about-col{
    text-align: center;
}
.practice-area-slider .single-prac-area {
    padding: 20px;  
    
}

.practice-area-slider.slider-parent{
    display: flex;
    justify-content: center;
}
.practice-area-slider.slider-parent  .prev-arrow{
    position: absolute;
    bottom: 0;
    left: auto;
    background: var(--primary);
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-right: 30px;
}

.practice-area-slider.slider-parent .next-arrow {
    position: absolute;
    bottom: 0;
    left: auto;
    background: var(--primary);
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 114px;
}
.practice-area-slider.slider-parent .next-arrow,.practice-area-slider.slider-parent  .prev-arrow{
    bottom: -124px;
}

.practice-area-slider.slider-parent .slick-arrow {
    transition: background 0.3s ease, border 0.3s ease; 
}

.practice-area-slider.slider-parent .slick-arrow:hover {
    background: var(--body-black);
    border: 2px solid var(--primary);
}

.practice-area-slider.slider-parent .slick-arrow:hover svg path {
    fill: var(--primary);
    transition: fill 0.3s ease; 
}
.prove-img-col img,.right-img-col img,.left-img-sec-col img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.prove-content-col .content ul{
        list-style: disc;
        padding-left: 34px;
	margin-bottom:15px;
}
.left-sec{
    background-color: #f1f1f1;
}
.left-image-right-content .container-lg .lft{
    padding-right: 40px;
}
.left-image-right-content .container-lg .lft img{
    height: 100%;
    width: 100%;
    border-radius: 20px;

}
.left-content-right-image .container-lg .right{
    padding-left: 40px;
}
 .left-content-right-image .container-lg  .right img{
     height: 100%;
    width: 100%;
    border-radius: 20px;
 }
.why-choose-section + .left-image-right-content{
    background-color:#f1f1f1;
    position: relative;
}
.choose-inner svg, .choose-inner img {
    width: 80px;
    height: 75px;
}
.img-two-col svg, .img-two-col img{
     width: 80px;
    height: 75px;
    margin-bottom: 20px;
}
.service-inner svg,.service-inner img{
     width: 80px;
    height: 75px;
}
.understading-section + .understading-section.section-pd{
    padding-top:0;
}

.left-content-right-image  + .home-call-to-action{
    padding-top: 0;
}
.left-content-right-image + .home-call-to-action{
    margin: 0;
    padding-bottom: 100px;
}
/* .page-id-8918 .list-style .home-call-to-action{
    margin-bottom: 100px;
} */
.home-testimonails-section .content.text-white {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}
.desc-content{
	text-align:left
}
.child-bar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	list-style: disc;
	color:var(--primary)
}
.child-bar ul li {
    width: 25%;
	position: relative;
    padding-left: 0px;
}
.child-bar ul li a {
padding:15px
}
.menu-top .sub-menu>li.current_page_item ul li a:hover {
    color: #fff;
}
/*  ul.sub-menu {
    max-height: 500px;
    overflow-y: auto;
}  */
.menu::-webkit-scrollbar {
  width: 8px;
}

.menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.list-style ul {
    padding-bottom: 20px;
}
.footer-column.social-sidebar {
    background: #000;
    padding: 30px;
    margin: 20px 0px;
	    border-radius: var(--radius);
}
.source-sidebar{
	margin-top:20px
}
.title.heading {
    font-size: 25px;
}
.tag-column {
    width: 100%;
}

.tag-column .heading {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

/* Tags Grid Style */
.tag-column ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    list-style: none;
    gap: 8px 20px;
}

/* Tag Links Style */
.tag-column ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

.tag-column ul li a:hover {
    text-decoration: underline;
}
/* CSS */

.child-pages.child-bar ul li {
    width: auto;
}

.child-pages.child-bar ul li a {
    background: #232323;
    border-radius: 15px;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
}
.child-pages.child-bar ul {
    list-style: none;
    gap: 15px;
}
.child-pages.child-bar ul li a:hover {
    background: #eee234;
    color: #000;
}
.page-template-template-practice-areas .row.service-slider {
    margin-bottom: 0px;
}
#listing-mass-accordion h2 .accordion-button {
    background: #fff;
    font-size: 25px;
    font-weight: 600;
}
#listing-mass-accordion .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

#listing-mass-accordion .accordion-button.collapsed::after {
    content: "";
    background-image: url('../images/plus-black.svg');
}
#listing-mass-accordion .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url('../images/minus-black.svg');
}
#listing-mass-accordion .accordion-button:focus {
    box-shadow: none;
}
.proven-results ul ul {
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.page-id-8604 .single-team-section.practice-section.carrers-section.position-relative.list-style .content-section {
    text-align: center;
}
.single-prac-area .area-box{
    text-decoration: none;
}
.blog-indx h4 a {
    text-decoration: none;
}
/* .page-id-8657 .service-section {
    padding-top: 0px;
} */

.page-id-8604 .service-section {
    padding-top: 0px;
}
.info-category, .author-info, .author-info a, .blog-date a {
    text-decoration: none;
}
.tag-column ul li:before {
display: none;
}
.social-sc ul li:before{
    display: none;

}
.social-sc ul {
    flex-direction: row;
}

.page-id-8604 .listing-section ul.row {
    display: flex;
    justify-content: center;
}

.banner-inner-list img {
    width: 150px;
	object-fit: contain;
}
.event-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.event-content iframe {
  width: 100%;
  height: 500px; 
}