:root {
    --color--black: #222;
    --color--grey: #5f5f5f;
    --color--blue: #264684;
    --color--skyblue: #0059b6;
    --color--white: #fff;
    --color--yellow: #F1DC21;
}
* {
    margin: 0;
    padding: 0;
}
body {
	font-family: "Urbanist", sans-serif;
    float: left;
    width: 100%;
    background: #fff;
    font-size: 16px;
    color: var(--color--grey);
    line-height: 1.9;
    font-weight: 400;
	overflow-x: hidden;
}
body, html {
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}
:focus {
    outline: none !important;
}
a {
    color: #264684;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-decoration: none
}
a:hover {
    color: var(--color--blue);
}
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: #c70e09;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}
iframe {
    border: none;
    width: 100%;
    height: 100%
}
.alignnone {
    display: block;
    margin: 25px auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}
p {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
	color: #333333;
}
.default-content {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
	color: #333333;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 500;
    color: var(--color--black);
     font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
}



.h2 .h2, h2, .heading, h2.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #0E2C49;
	margin-bottom: 50px;
	text-transform: none;
}
.home .h2, .home h2, .home .heading, .home h2.title {
	   color: #333333;
}
.static-page .default-content h3,
.static-page .default-content h4,
.static-page .default-content h5,
.static-page .default-content h6{
	color: #0E2C49;
}

/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.space-pd {
    padding-top: 100px;
    padding-bottom: 100px;
}
.space-mr {
    margin-top: 100px;
    margin-bottom: 100px;
}
.btn {
    background: var(--color--yellow);
    border-radius: 100px;
    color: #0E2C49;
    border: 2px solid var(--color--yellow);
	font-size: 18px;
	line-height: 29.25px;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
	text-decoration: none !important;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover {
    background: #0E2C49;
    color: #fff;
    border-color: var(--color--yellow);
}
/*==================== Common CSS END ====================*/


/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.review-schema-wrapper {
    margin-top: 35px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
    position: relative;
    z-index: 9;
}
.wpcf7 .form-group {
    margin-bottom: 16px;
}
.form-control:focus {
    box-shadow: none;
    color: #6B7280;
    background-color: #EEEEEE;
    border-color: #264684;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
	color: #fff !important;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -17px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: auto;
    line-height: 1.2;
    text-transform: none;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0 !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
.wpcf7 label {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}
.quiz-gp .wpcf7-form-control-wrap{
    display: block !important;
}
.form-control, .infusion-field input[type="text"] {
	border: none;
	border-bottom: none;
	padding: 10px 12px;
	color: #6B7280;
	outline: none;
	border-radius: 10px;
	background-color: #f7f7f7;
	width: 100%;
	height: 48px;
	font-size: 16px;
}
textarea.form-control {
    height: 128px;
    resize: none;
}
.select-box select {
    color: #000;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 14px 0;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box>span {
    position: relative;
}
.select-box>span::after {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
    margin: 0;
    margin-right: 30px;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #0c1a36;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked+.wpcf7-list-item-label {
    color: #4e6072;
}
.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: #4e6072;
    background: #4e6072;
}
.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
}
.submit-btn input[type="submit"] {
    border-radius: 50px;
    background: var(--color--skyblue);
    width: auto;
    border: none;
    padding: 12px 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid var(--color--skyblue);
    line-height: 24px;
    width: 100%;
}
.submit-btn input[type="submit"]:hover {
    background: none;
    color: var(--color--skyblue);
    border-color: var(--color--skyblue);
}
.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader {
    display: none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100px;
    background-color: var(--color--skyblue);
    background-image: url(../img/loader-w.svg);
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    top: 0;
    bottom: auto;
}
.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: normal;
    letter-spacing: 0;
    bottom: 0;
}
.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #AFAFAF;
}
.radio-btn span.wpcf7-list-item:last-child {
    margin-right: 0;
}
.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
/*============ Form CSS END ============*/

/*========= Nav Multiple CSS =========*/
.wrap-header {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}
.menu-top {
    position: relative;
    display: flex;
}

ul.menu-top li {
    color: #fff;
    position: relative;
    padding: 0px 15px;
    line-height: normal;
}

ul.menu-top>li.menu-item-has-children {
    padding-right: 30px;
}
ul.menu-top li:first-child {
    padding-left: 0;
}

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

.menu-top li a {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-decoration: none;
    height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 0;
}

.menu-top li a:hover {
    transition: .3s ease-in-out all;
    color: #fff;
}

.menu-top li a:hover::before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
}

.menu-top li a:hover::before,
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before {
    width: 100%;
}

.menu-header>ul>li.current_page_item>a,
.menu-header>ul>li.current_page_ancestor>a {
    color: #fff;
}
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
}
#mainNav>li.menu-item-has-children::before {
	content: "";
	right: 10px;
	position: absolute;
	top: 53%;
	width: 12px;
	height: 7px;
	background-image: url(../img/menu-arrow-icon.svg);
	transform: translateY(-50%);
	background-repeat: no-repeat;
    /* transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform-origin: 5px 0px; */
}

.small-header .menu-top::before {
    display: none;
}

.sub-menu li.menu-item-has-children {
    position: relative;
}

.menu-top li>.sub-menu>li.menu-item-has-children:after {
    content: "";
    right: 7px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid #beccd7;
    border-bottom: 2px solid #beccd7;
    transform-origin: 0 2px;
}

ul.menu-top li:hover>ul {
    display: block;
    position: absolute;
    top: 100%;
}

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

.sub-menu li ul.sub-menu {
    position: absolute;
    background-color: var(--color--skyblue);
    z-index: 99;
    top: 0 !important;
    left: 100%;
}

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

ul.menu-top li .sub-menu li ul.sub-menu li>a {
    background-color: var(--color--blue);
}

ul.menu-top li .sub-menu li ul.sub-menu li>a:hover,
ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item>a {
   background: var(--color--yellow);
    color: #0E2C49;
}

ul.menu-top li:hover li a:hover,
.menu-top ul.sub-menu li.current_page_item > a {
	background: var(--color--yellow);
    color: #0E2C49;
}

ul.menu-top ul ul {
    left: 100%;
}

.sub-menu {
    background-color: var(--color--blue);
    min-width: 210px;
    z-index: 9;
    text-align: left;
}

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

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

ul.menu-top li .sub-menu li a {
    font-size: 13px;
    padding: 10px 10px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    color: #fff;
    border: none;
    display: block;
    font-weight: 500;
}

ul.menu-top li .sub-menu li a:hover {
    border: none;
}

ul.menu-top li .sub-menu li a:hover::before,
ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}

.pointer-hide a {
    pointer-events: none;
}

.submenu-scroll .sub-menu {
    overflow-y: scroll;
    height: 450px;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-track {
    background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    /* background-color: ; */
}

/*========= Nav Multiple CSS END =========*/

.header-search-box {
    position: fixed;
    background-color: #264684;
    width: 100%;
    top: 0;
    right: 0;
    height: 141px;
    opacity: 1;
    z-index: 999999;
    display: none;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    color: var(--color--white);
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 2px solid var(--color--white);
    width: 100%;
    background: none;
}
.header-search-box input.search::placeholder{color: #fff;}



.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}
.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: var(--color--white);
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:hover::before, .header-search-box span.closebtn:hover::after{
	background-color: var(--color--yellow);
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}


/*Contact form 7 Notifications and errors*/
#cf7-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    color: #000;
	z-index: -1;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
    display: flex;
    align-items: center;
    gap: 10px;
}
#cf7-toast.cf7-toast.show {
  opacity: 1;
  transform: translateY(0);
  z-index: 9999999999;
}

#cf7-toast.cf7-toast.success {
  border-left: 5px solid #28a745;
}

#cf7-toast.cf7-toast.error {
   border-left: 5px solid #dc3545;
}

#cf7-toast.cf7-toast.warning {
   border-left: 5px solid #ffc107;
}
#cf7-toast.success svg{
	fill: #28a745;
}
#cf7-toast.error svg{
	fill: red;
}
#cf7-toast.warning svg{
	fill: yellow;
}
.cf7-toast svg {
	display: none;
    height: 30px;
    width: 30px;
}

.cf7-toast.show.success svg.success-ic {
	display:block;
}
.cf7-toast.show.error svg.error-ic {
	display:block;
}
.cf7-toast.show.warning svg.warning-ic {
	display:block;
}
 
#cf7-toast-message strong {
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
}  
 
/*END Contact form 7 Notifications and errors*/
.home-banner {
	background-color: #132549;
    height: calc(100vh - 113px);
    display: flex;
    align-items: end;
    padding-bottom: 70px;
    position: relative;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	padding-top: 0;
	z-index: 10;
}
.header-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top-logo img {
    max-width: 272px;
}
.header-ph-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: end;

}
.header-ph-block span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #D4DCE5;
}
.header-ph {
	font-weight: 700;
	font-size: 40px;
	line-height: 58.5px;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: uppercase;
	color: var(--color--yellow);
}
.header-ph:hover {
	color: #fff;
}
.search-icon {
    display: flex;
    align-items: center;
	cursor: pointer;
}
.footer {
    /* background-color: #0E2C49; */
    background-color: #132549;
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-ph-block span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #D4DCE5;
}
.footer-ph-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: end;
}
.footer-ph {
    font-weight: 700;
    font-size: 40px;
    line-height: 58.5px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color--yellow);
}
.footer-ph:hover {
	text-decoration: underline;
    color: var(--color--yellow);
} 
.sociallink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer-logo.d-block img {
    max-width: 398px;
}

.copyright-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.copyright-menu {
    display: inline-flex;
    gap: 10px;
	padding-left: 10px;
}
.copyright-menu a {
	list-style: none;
	display: list-item;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	list-style-position: inside;
	position: relative;
	padding-left: 15px;
}
.menu-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #fff;
	margin-bottom: 20px;
}
.pre-footer-nav li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 15px;
}
.sub-footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sub-footer .container {
   /*  max-width: 1074px; */
}
.home-banner-subheading {
    font-weight: 400;
    font-size: 24px;
    line-height: 35.28px;
    letter-spacing: 15%;
    vertical-align: middle;
    color: #fff;
}
.home-banner-heading {
	font-weight: 700;
	font-size: 64px;
	line-height: 1.2;
	letter-spacing: 0%;
	color: #fff;
	margin-bottom: 23px;
}
.home-banner-img {
	position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    /* height: auto; */
    height: 95%;
    object-fit: contain;
    vertical-align: middle;
	object-position: bottom;
}

.page-banner .stats-list {
    margin-top: 50px;

}


.stats-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
    align-items: center;
	/* justify-content: space-between; */
	gap: 30px;
	margin-top: 124px;
}
.stat-count {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #9FB6CD;
}
.stat-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
	text-transform: capitalize;
}
.stat-count-bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stat-item {
    display: flex;
    align-items: center;
	gap: 10px;
    max-width: 160px;
    width: 100%;
    position: relative;

    margin-right: 35px;;
}

.stat-item:last-child {
    margin-right: 0;
}

.stat-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    height: 57px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.45);
    transform: translateY(-50%);
}
.stat-item:last-child:after {
	display:none;
}
.stat-item svg, .stat-item img {
    height: 40px;
    width: 65px;
	display: block;
}
.main-header.small-header {
	background-color: #132549;
	box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}
.area-serve-section {
    background-color: #264684;
    padding-top: 36px;
    padding-bottom: 36px;
}
.small-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 32.5px;
    letter-spacing: 0%;
    vertical-align: middle;
	    text-transform: capitalize;
}
.area-serve-div {
    display: flex;
    align-items: center;
    gap: 30px;
}
.area-serve-div a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    margin-right: 10px;
}
.area-serve-div span:last-child a {
    margin-right: 0;
}
.featured-in-div {
    display: flex;
    gap: 20px;
	align-items: center;
	height: 100%;
}
.featured-in-div img {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.area-serve-div a:hover {
    color: var(--color--yellow);
}
.home-banner-form {
	box-shadow: 0px 25px 50px -12px #00000040;
    position: absolute;
    max-width: 480px;
    right: 160px;
    background-color: #FFFFFF;
    padding: 32px;
    border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
   /*  bottom: -40px; */
   bottom: -100px;
    z-index: 8;

}
.home-banner-form .banner-form textarea {
    height: 100px;
}
.sidebar-form textarea {
    height: 100px !important;
}
.form-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #00112D;
}
.form-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #44474E;
}
.form-group label {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00112D;
	margin-bottom: 5px;
}
.contact-form {
    padding-top: 24px;
}
.submit-btn {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}
.abs-image {
    position: absolute;
    width: 50%;
    right: 0;
    height: 532px;
    object-fit: contain;
    object-position: right;
    /* top: 50%; */
    top: 400px;
    transform: translateY(-50%);
	margin-top: 50px;
}
.story-item-img img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: top;
}
.story-item-img img.no-featured-img {
    background-color: #132549;
    object-fit: contain;
    object-position: center;
}
.story-item {
	border-radius: 27px;
	overflow: hidden;
	position: relative;
}
.client-stories-slider .slick-list {
    padding-right: 200px;
}
.client-stories-slider .slick-slide {
    padding: 0 15px; /* half of gap */
}

.client-stories-slider .slick-list {
    margin: 0 -15px; /* negative of padding */
}
.story-item-content {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    left: 0;
	z-index:2;
}
.story-btn {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 14.46px;
    line-height: 26.44px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    border: 1.81px solid #F1DC21;
    color: #fff;
    padding: 8px 28px;
    min-width: 142px;
    border-radius: 90px;
}
section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.client-stories-slider{
    margin-bottom: 80px;
    margin-top: 30px;
}
.story-item-img a{
	position:relative;
	display:block;
}
.story-item-img a:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.54%, rgba(0, 0, 0, 0.71) 81.73%);
}
.story-btn:hover {
    background-color: var(--color--yellow);
}
.custom-arrow {
    height: 103px;
    width: 28px;
	top: 43%;
}
.slick-prev.custom-arrow {
    left: -65px;
}
.slick-next.custom-arrow  {
    right: -65px;
	z-index: 1;
}
#html5lightbox-watermark {
    display: none !important;
}
.custom-arrow:hover {
    opacity: .7;
}
.practice-areas-section {
    background-color: #F4F4F4;
}
.text-white p {
    color: #fff;
}
.practice-areas-grid {
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}
.practice-areas-item {
	height: 463px;
	width: 33.33%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px 35px;
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
}
.h3, h3, .heading2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
	margin-bottom: 10px;
}
.blog-detail .default-content .h3,
.blog-detail h3,
.blog-detail .heading2 {
   color: #0E2C49;
} 

.practice-areas-item .heading2 {
    position: relative;
    z-index: 1;
	transition: all .5s ease-in-out;
}
.prac-link-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	width: 700px;
	opacity: 0;
	transition: all .5s ease-in-out;
	height:0;
	margin: 0 auto;
	overflow: hidden;
}
.prac-link-item {
    /* padding: 6px 20px;
    border: 2px solid var(--color--yellow); 
    border-radius: 100px;*/
	font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    transition: all .5s ease-in-out;

	
}
.prac-link-item:hover {
	/* background-color:var(--color--yellow); */
	color: var(--color--yellow);
}
.practice-areas-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.75) 100%);
}
.practice-areas-item:hover{
	width: 1210px;
}
.practice-areas-item:hover .prac-link-list{
	opacity: 1;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}
.team-item-img img {
    height: 276px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
	    transition: all .3s ease-in-out;
}
.team-slider .team-slide.slick-current .team-item-img a{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.team-item-img img.no-featured-img {
    background-color: #132549;
    object-fit: contain;
}
.team-slider .slick-slide {
    padding: 0 13px; /* half of gap */
}

.team-slider .slick-list {
    margin: 0 -13px; /* negative of padding */
}
.team-slider {
    margin-bottom: 55px;
}
.team-item-content a {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #264684;
    margin-top: 20px;
    display: inline-flex;
}
.team-item-img a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.55) 100%);
}
.team-item-img a {
    position: relative;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}
.team-item-img {
    transition: all .3s ease-in-out;
}
.team-item-img:hover img {
        filter: grayscale(1);
}
.our-team-section {
    background-color: #fff;
}

.sub-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 45%;
    text-transform: uppercase;
    color: var(--color--yellow);
	margin-bottom: 0;
}
.testimonial-content {
    font-family: Nunito;
    font-weight: 400;
    font-style: Italic;
    font-size: 36px;
    line-height: 139%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
	text-align:center;
}
.testimonial-author-name {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #fff;
	margin-top: 30px;
}

.testimonial-slider .slick-dots li button:before {
	width: 12px;
	height: 12px;
	content: '';
	text-align: center;
	opacity: 1;
	color: rgba(255, 255, 255, 0.2);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	
}
.testimonial-slider .slick-dots li button {
    width: 27px;
    height: 27px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
	position: relative;
}
.testimonial-slider {
    margin-bottom: 60px !important;
    padding-bottom: 70px;
}
.testimonial-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 2px;
}

.testimonial-slider .slick-dots li.slick-active  button{
		background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.testimonial-slider .slick-dots li.slick-active button:before {
	background-color: rgba(255, 255, 255, 0.5);
}
.bg-grey{
	background-color: #F4F4F4
}
.bg-blue{
	background-color: #264684
}

.community-image {
	height: 298px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	padding: 30px 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
    align-items: end;
}
.community-image:hover {
    filter: grayscale(1);
}
.community-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.community-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff;
	position: relative;
    z-index: 2;
}
.community-content {
    margin-top: 30px;
    margin-bottom: 30px;
}
.community-content p{
	color: #0E2C49;
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0%;

}
.comm-sec-cont p{
  color: #0E2C49;
}
.community-btn {
    border: 2px solid #0E2C49;
    display: inline-flex;
    padding: 6px 30px;
    border-radius: 90px;
}
.community-btn {
    border: 2px solid #0E2C49;
    display: inline-flex;
    padding: 6px 30px;
    border-radius: 90px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 29.25px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #0E2C49;
}
.community-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 100%);
}
.community-row{
    margin-bottom: 55px;
}
.community-section .sub-heading {
    color: #888888;
}
.grey-color{
    color: #888888;
}
.community-btn:hover {
    background-color: #0E2C49;
    color: #fff;
}
.community-image > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
}
.blog-item {
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.blog-item-img img {
    height: 331px;
    object-fit: cover;
    object-position: center;
    width: 100%;
	vertical-align: middle;
}
.blog-item-img img.no-featured-img {
    background-color: #132549;
    object-fit: contain;
}
.blog-item-content {
    padding: 48px;
}
.blog-item-img {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
}
.post-content {
    margin-bottom: 20px;
}
.post-content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0%;
	color: #232323;
}
.read-more-link {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #264684;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-transform: capitalize;
} 
.read-more-link svg, .read-more-link img {
    height: 12px;
    width: 12px;
	position: relative;
    top: 1px;
}
.post-category a {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: capitalize;
    background-color: #264684;
    color: #fff;
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 35px;
	border: 1px solid #264684;
}
.post-category {
    margin-right: 14px;
}
.post-meta {
    margin-bottom: 15px;
	display: flex;
    align-items: center;
}
.post-read-time {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #232323;
}
.blog-home-row {
    margin-bottom: 55px;
	    margin-top: 5px;
		    --bs-gutter-y: 38px;
    --bs-gutter-x: 38px;
}
.post-category a:hover {
    background-color: #fff;
    color: #264684;
}
.read-more-link:hover {
    color: #000;
}
.read-more-link:hover svg path{
    stroke: #000;
}
.accordion {
    margin-bottom: 55px;
}
.accordion-button {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #1A426D;
	padding: 20px 35px;
	align-items: self-start;
	gap: 10px;
}
.accordion-body p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    color: #2C2C2C;
}
.accordion-item {
    box-shadow: 4px 4px 20px 8px #0000000F;
    border-radius: 16px !important;
    margin-bottom: 16px;
    overflow: hidden;
}
.faq-counter {
    margin-right: 5px;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
	box-shadow: none;
}
.accordion-button:focus{box-shadow:none;}
.con-address {
    margin-top: 36px;
}
.con-address-item {
    display: flex;
    align-items: start;
    gap: 20px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #fff;
	margin-bottom: 16px;
}
.con-address-item svg, .con-address-item img {
    width: 40px;
}
.note {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #C2E5FF;
    margin-bottom: 20px !important;
}
.contact-us-section .form-control, .contact-us-section .infusion-field input[type="text"] {
    border: none;
    padding: 10px 14px;
    color: #6E6E6E;
    outline: none;
    border-radius: 12px;
    background-color: #FFFFFF;
    width: 100%;
    height: 49px;
    font-size: 16px;
	line-height:24px;
}
.contact-us-section textarea.form-control {
    height: 128px;
}

.contact-us-container {
    border-radius: 12px;
    padding: 80px 112px;
}
.contact-us-section .submit-btn {
    width: auto;
}
select.form-control{
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.pre-footer-nav li a:hover {
    color: var(--color--yellow);
}
.copyright-menu a:hover {
    color: var(--color--yellow);
}
.sociallink li a:hover svg path {
    fill: #fff;
}
.con-address-item a {
    color: #fff;
}
.con-address-item a:hover {
    color: var(--color--yellow);
}
.copyright-menu a::marker{
	display:none;
}
.copyright-menu a::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}
.faq-section .heading {
    color: #0E2C49;
}
.client-stories-slider{
	position: relative;
}
.client-stories-slider:after{
    position: absolute;
    content: "";
    top: 0;
    width: 22%;
    height: 100%;
	right: -80px;
    background: linear-gradient(90deg, rgba(244, 244, 244, 0) 2.86%, rgba(244, 244, 244, 0.78) 70.82%, rgba(244, 244, 244, 0.81) 62.05%,  #f4f4f4 76%);
}
.client-stories-section {
    background-color: #F4F4F4;
	position: relative;
}
.client-stories-section:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(../img/yellow-blur-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.page-banner {
    background-color: #132549;
    min-height: 620px;
	padding-top: 125px;
    overflow-x: hidden;
}
.page-banner-img {
	/* height: 610px; */
    height: 520px;
    width: auto;
    position: absolute;
    object-fit: contain;
    bottom: 0;
    right: -210px;
    object-position: bottom;
}
.banner-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #fff;
	    text-transform: none;
}
.banner-bottom-contact-us {
    background-image: url(../img/page-banner-trans-bg.png);
    background-blend-mode: multiply;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	background-color: rgba(19, 37, 73, 0.35);
}
.fees-guranted-txt {
font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    text-align: right;
    position: relative;
    padding-right: 25px;
    margin-bottom: 0;
    border-right: 2px solid #fff;
    margin-right: 25px;
}
.fees-guranted-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	width: 100%;
}
.fees-guranted-txt strong {
    display: block;
    font-weight: 700;
}
.stat-text p {
    color: #fff;
    line-height: 1.1;
}
.banner-bottom-contact-us .stats-list {
    margin-top: 0;
}
.banner-bottom-contact-us .btn {
    padding: 10px 50px;
    max-width: 279px;
    width: 100%;
}
.sidebar-form {
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 28px 33px 33px 33px;
    border: 1px solid rgba(212, 212, 212, 1);
    border-radius: 10px;
}
.sidebar-list.sidebar-form {
    background-color: #132549;
}
.sidebar-heading {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    /* color: #00112D; */
    color: #fff;
}
.sidebar-content, .sidebar-content p {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    /* color: #44474E; */
    color: #fff;
}
.sidebar-list {
    box-shadow: 0px 25px 50px -12px #00000040;
    border: 1px solid #D4D4D4;
    background-color: #fff;
	border-radius:10px;
	overflow:hidden;
	margin-bottom: 60px;
}
.sidebar-list:last-child {margin-bottom:0;}
.siderbar-parent-child-block .menu {
    padding: 33px;
}
.siderbar-parent-child-block .widget-title {
    background-color: #132549;
    padding: 40px;
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
	border: none !important;
	margin-bottom: 0 !important;
}
.siderbar-parent-child-block .menu li a {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 0%;
    color: #0E2C49;
	line-height: 1.2;
}
.siderbar-parent-child-block .menu li {
    position: relative;
    padding-left: 20px;
    list-style: none;
	margin-bottom: 15px;
	line-height: 1.2;
}
.siderbar-parent-child-block .menu li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 7px;
    width: 7px;
    background-color: #F1DC21;
    display: inline-flex;
    border-radius: 50%;
    transform: translateY(-50%);
}
.consulation-block {
    background-color: #132549;
    padding: 32px;
	text-align: center;
}
.consulation-block .sidebar-content p {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.cons-free-number {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58.5px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #F1DC21;
    text-align: center;
}
.cons-free-number:hover {
	color: #fff;
	
}
.siderbar-parent-child-block .menu li a:hover {
    color: #f1dc21;
}

.case-we-handle-item {
    background-color: #182D55;
    padding: 60px 50px;
    border-radius: 20px;
	height: 100%;
}

.case-item-des {
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF87;
}
.cases-handle-list {
    margin: 40px 0;
}
.case-we-handle-item .heading2,
.case-we-handle-item .heading2 a{
	color: var(--color--yellow);
}
.case-we-handle-item .heading2 a:hover{
	color: #fff;
}
.practice-areas-section{position:relative;}

.practice-areas-section:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(../img/yellow-blur-circle2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.practice-areas-section:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(../img/ellipse2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.cases-handle-list li {
    margin-bottom: 8px;
}
.cases-handle-list li:last-child {
    margin-bottom: 0;
}

.light-dark-bg-cont {
    background-color: #F4F4F4;
    padding: 50px 53px;
    margin-bottom: 90px;
	border-radius:10px;
}
.practice-grid {
    
}
.practice-grid .prac-item {
    break-inside: avoid;
    margin-bottom: 20px;
}
.abt-content-sec {
    margin-bottom: 90px;
}
.abt-content-sec:last-child {
    margin-bottom: 0;
}
.abt-content-sec img {
    width: 100%;
	    margin-bottom: 30px;
}
.practice-areas-div {
    margin-bottom: 90px;
}
.default-content h2 {
    /* border-left: 4px solid #264684;
    padding-left: 40px; */
}
.bottom-content-section {
    background-color: #0E2C49;
    padding: 50px 53px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
	min-height: 500px;
} 
.btm-contact-img {
    position: absolute;
    bottom: 0;
    right: -10px;
    max-width: 715px;
    width: 100%;
}
.bottom-content-section .heading {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    padding-left: 40px;
    border-left: 4px solid #fff !important;
}
.ctas-slider.slick-dotted.slick-slider {
    margin-bottom: 90px;
} 
.cta-slide-item {
    padding: 50px;
    position: relative;
	border-radius:10px;
	overflow:hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	    min-height: 345px;
}
.blog-detail .cta-slide-item .heading, .cta-slide-item .heading {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
	    padding-left: 0;
    border-left: 0;
}
.blog-detail .cta-slide-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ctas-slider .slick-dots{
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.ctas-slider .slick-dots li {
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width: 27px;
	height: 27px;
	padding-left: 0;
}
.ctas-slider .slick-dots li:before{
	display:none !important;
}
.ctas-slider .slick-dots li.slick-active {
    border: 1px solid rgba(255, 255, 255, 0.75);
}
.ctas-slider .slick-dots li.slick-active button {
	width: 15px;
	height: 15px;
	background-color: rgba(255, 255, 255, 0.45);
	 border-radius: 50%;
}
.ctas-slider .slick-dots li.slick-active button:before {
	display:none;
}
.static-page .default-content h2:first-child {
    margin-top: 0;
}
.static-page .default-content h2 {
    margin-top: 70px;
	color: #0E2C49;
}
.default-content h2 {
	color: #0E2C49;
}

.static-page .default-content h3 {
	 font-family: "Urbanist", sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-top:30px;

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


.static-page .list-style ul > li:before {
    background-color: #0E2C49;
}
.static-page .list-style ul li ul li:before {
    border: 2px solid #0E2C49;
}
.list-style ul > li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #264684;
    border-radius: 50%;
}

.list-style ul li ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #264684;
    border-radius: 50%;
    background-color: transparent;
}
.list-style > ul {
    margin-bottom: 20px;
}
.list-style ul li a {
    color: #264684;
    text-decoration: underline;
}
/* ============================================================
   Contact Us Page — contact-us.css
   Depends on Bootstrap 5
   ============================================================ */

/* ---------- Section wrapper ---------- */
.contact-page-form-section {
    padding: 60px 0 0;
    background-color: #fff;
}

/* ---------- Two-column card ---------- */
.form-section-two {
    border-radius: 12px;
    overflow: hidden;
}

/* ---------- LEFT: form panel ---------- */
.contact-form-left {
    background-color: #264684; /* dark navy — adjust to theme primary */
    color: #fff;
    padding: 45px 99px;
    height: 100%;
}

.contact-form-left .form-heading {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.contact-form-left .form-intro-content {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 28px;
}
 
/* ---------- RIGHT: info panel ---------- */
.contact-info-right {
    /* background-color: var(--color--yellow); */
    background-color: #fff;
    padding: 44px 50px 44px 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-info-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding-bottom: 28px;
	margin-bottom: 28px;
	flex-direction: column;
}

.contact-info-item--last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-info-icon {
	flex-shrink: 0;
    margin-top: 3px;
    width: 50px;
    height: 50px;
    background-color: #132549;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #132549;
}

.contact-info-body .info-heading {
    color: #264684;
    margin-bottom: 6px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 21.41px;
    line-height: 150%;
    letter-spacing: 0%;
}

.contact-info-body p,
.contact-info-body .free-case-content {
    color: #264684;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 21.41px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 4px;
}

.contact-info-body a {
    color: #264684;
}

.contact-info-body a:hover {
    text-decoration: underline;
}
.contact-form-left .heading {
    font-weight: 500;
}
.get-directions-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1a2a5e !important;
    text-decoration: underline !important;
}

/* ---------- Bottom text ---------- */
.form-bottom-txt {
    padding: 32px 16px 16px;
    font-size: 0.95rem;
    color: #444;
}

.form-bottom-txt a {
    color: #1a2a5e;
    font-weight: 600;
}

/* ---------- Map ---------- */
.form-bottom-map {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.map-embed-wrapper {
    overflow: hidden;
    min-height: 456px;
}

.map-embed-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.btn-get-directions {
    background-color: #1a2a5e;
    border-color: #1a2a5e;
    color: #fff;
    padding: 12px 36px;
    font-weight: 700;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.btn-get-directions:hover {
    background-color: #0f1c42;
    border-color: #0f1c42;
    color: #fff;
}
.contact-form-left .form-control, .contact-form-left .infusion-field input[type="text"] {
    border-radius: 12px;
    height: 49px;
}
.contact-form-left textarea.form-control{
    height: 128px;
}
.contact-form-left .submit-btn {
    width: auto;
}
.free-case-content a {
    text-decoration: underline;
}
.breadcrumb a {
    color: #333333;
}
.breadcrumps {
    background-color: #f4f4f4;
}
.breadcrumb {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0%;
    gap: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
	color: #333333;
}
.practice-area-content-section .default-content a {
    color: #333;
    text-decoration: underline;
}
/* ============================================================
   Our Team Page  our-team-template.php
   ============================================================ */

/* ---------- Content Section ---------- */
.our-team-content-section {
    background-color: #fff;
}
.our-team-section-heading {
    color: #0E2C49;
    margin-bottom: 20px;
}
.our-team-two-col {
    margin-top: 12px;
}
.our-team-content-img {
    border-radius: 12px;
    overflow: hidden;
}
.our-team-content-img img {
    width: 100%;
    height: 405px;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    object-position: top center;
}

/* ---------- Team Grid Section ---------- */
.our-team-grid-section {
    background-color: #F4F4F4;
}
.team-grid-heading {
    color: #0E2C49;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 60px;
}
.team-grid-card {
    display: block;
    background: #E6EAEB;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow .3s ease, transform .3s ease;

}
.team-grid-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
    transform: translateY(-4px);
}
.team-grid-img {
    overflow: hidden;
}
.team-grid-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: filter .3s ease-in-out;
}
.team-grid-img img.no-featured-img {
    object-fit: contain;
    background-color: #132549;
	object-position: center;
}
.team-grid-card:hover .team-grid-img img {
    filter: grayscale(1);
}
.team-grid-name {
    padding: 16px 20px;
    text-align: center;
    border-top: 1px solid #E5E7EB;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    box-shadow: 0px 4px 40px 0px #00000014;
    border-radius: 10px;
}
.team-grid-name span {
    color: #010816;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}
.team-grid-card {
    position: relative;
    display: block;
}

/* ============================================================
   Video Reviews Page  video-reviews-template.php
   ============================================================ */

/* ---------- Section ---------- */
.video-reviews-section {
    background-color: #fff;
}

/* ---------- Card ---------- */
.video-review-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow .3s ease, transform .3s ease;
    background-color: #f4f4f4;
}
.video-review-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
}

/* ---------- Thumbnail ---------- */
.video-review-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
}
.video-review-thumb img {
	width: 100%;
    height: 231px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .3s ease;
    border-radius: 20px;
}
.video-review-card:hover .video-review-thumb img {
    filter: brightness(0.82);
}

/* ---------- Play button ---------- */
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.90);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: background .3s ease, transform .3s ease;
}
.video-review-card:hover .video-play-btn {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}
.video-play-btn svg {
    width: 18px;
    height: 18px;
    fill: #264684;
    margin-left: 3px;
}

/* ---------- Card body ---------- */
.video-review-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
	background-color: #F4F4F4;
}

/* ---------- Category tag ---------- */
.video-review-cats {
margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.video-review-cat-tag {
    display: inline-block;
    background: #fff;
    color: #0E2C49;
    padding: 5px 14px;
    border-radius: 100px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 14.46px;
    line-height: 26.44px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    border: 1px solid var(--color--yellow);
}

/* ---------- Quote text ---------- */
.video-review-quote {
    color: #000000;
    flex: 1;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* ---------- Load More ---------- */
.load-more-wrap {
    text-align: center;
    margin-top: 48px;
}
#load-more-videos {
    min-width: 160px;
}
#load-more-videos.loading {
    opacity: 0.65;
    pointer-events: none;
    cursor: default;
}
.faq-page-section{
    padding:60px 0;
}

.faq-filters{
    display:flex;
    flex-wrap:wrap;
    gap:14px 12px;
    margin-bottom:60px;
	align-items: center;
    justify-content: center;
}

.faq-filter {
    padding: 10px 25px;
    border: none;
    background: #eee;
    border-radius: 8px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #333333;
}

.faq-filter.active{
    background:var(--color--yellow);
}
.faq-filter:hover{
    background:var(--color--yellow);
}

.faq-grid{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:40px;
	    justify-content: center;
}

.faq-card {
	overflow: hidden;
	transition: 0.3s;
	display: flex;
	width: calc(50% - 20px);
	padding: 20px;
	border-radius: 20px;
	background-color: #EAECEB;
	gap: 20px;
	align-items: center;
	position: relative;
}
.faq-full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.faq-card-image {
    width: 226px;
    height: 220px;
}

.faq-card:hover{
    transform:translateY(-5px);
}

.faq-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:20px;
}
.faq-image .no-featured-img-faq {
    object-fit: contain;
    background: #132549;
}
.faq-image a, .faq-image {
    width: 100%;
    height: 100%;
    display: flex;
}
.faq-card-info {
    width: calc(100% - 226px);
}

.faq-title {
    color: #0E2C49;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
}

.faq-title a{
    color: #0E2C49;
}

.faq-link{
    text-decoration:none;
}

.faq-loadmore-wrap{
    text-align:center;
    margin-top:60px;
}


.faq-cat-link {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    background-color: var(--color--yellow);
    border-radius: 10px;
    color: #190202;
    display: inline-flex;
    margin-bottom: 20px;
}
.faq-card:hover {
    background-color: #264684;
}
.faq-card:hover .faq-title a {
    color: #ffffff;
}
.article-card {
    background-color: #F4F4F4;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #FFFFFF33;
	height:100%;
}
.article-img {
    height: 210px;
    width: 100%;
	overflow: hidden;
    border-radius: 16px;
}
.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
	transition: all .3s ease-in-out;
}
.article-card-blog:hover {
    box-shadow: 0px 25px 50px -12px #00000040;
}
.article-img .no-featured {
    background-color: #132549;
}
.article-content {
    padding: 20px;
}
.post-author{
	 font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: capitalize;
    background-color: var(--color--yellow);
    color: #333;
    padding: 5px 10px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.blog-category a {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: capitalize;
    background-color: #264684;
    color: #fff;
    padding: 5px 10px;
    border-radius: 16px;
    display: inline-flex;
}
.meta-info {
	display: flex;
	gap: 10px;
	margin-bottom: 16px;
	align-items: center;
	flex-direction: row;
    flex-wrap: wrap;
}
.blog-category {
    margin-bottom: 0;
}
.meta-item {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #232323;
}
.blog-title a {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0E2C49;
}
.article-content > P {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #232323;
}
.post-lists{
    --bs-gutter-y: 40px;
	--bs-gutter-x: 40px;
}
.post-read-more {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #264684;
    display: inline-flex;
    align-items: center;
	gap: 14px;
	text-transform: capitalize;
}

.sidebar-list ul {
    padding: 33px;
}
.sidebar-list ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.2;
}
.sidebar-list ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 7px;
    width: 7px;
    background-color: #F1DC21;
    display: inline-flex;
    border-radius: 50%;
    transform: translateY(-50%);
}
.sidebar-list ul li a {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 0%;
    color: #132549;
    line-height: 1.2;
}
.sidebar-list ul li a:hover {
    color: #f1dc21;
}

.heading-dark-bg{
	background-color: #132549;
    padding: 40px;
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.page-numbers {
    color: #000000;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    box-shadow: 0px 0px 5px 0px #00000033;
    height: 54px;
    min-width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.page-numbers.current{
	background-color: #082D65;
	color: #fff;
}
a.page-numbers:hover{
	background-color: #082D65;
	color: #fff;
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 18px;
    margin-top: 60px;
}
.prev.page-numbers, .next.page-numbers {
    box-shadow: none;
}
.prev.page-numbers:hover, .next.page-numbers:hover {
    box-shadow: none;
	background-color: transparent;
	color: #082D65;
}
.pagination-icon svg, .pagination-icon img {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.blog-search .input-group {
    border: 1px solid #0000001A;
    background-color: #F7F7F7;
    border-radius: 10px;
    position: relative;
	overflow: hidden;
}
.blog-search .input-group .form-control{
	height: 48px;
	border: none;
    background-color: #F7F7F7;
	padding-left: 40px;
	border-radius: 10px !important;
	    padding-right: 50px;
}
.blog-search .search-btn {
	background-color: #264684;
	height: 44px;
	width: 44px;
	border-radius: 8px !important;
	border: none;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 9;
}
.blog-search .search-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 9;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.blog-search .search-btn:hover {
    background-color: var(--color--yellow);
}
.blog-search .search-btn:hover svg path{
    fill: #000;
}
.blog-detail .meta-info {
    margin-top: 20px;
    margin-bottom: 50px;
}
.blog-detail h2, .blog-detail .heading {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
   /*  border-left: 4px solid #264684;
    padding-left: 40px; */
    color: #0E2C49;
}
.result-box {
    background-color: #EAECEB;
    padding: 40px;
    border-radius: 22px;
    height: 100%;
	cursor: pointer;
}
.result-box .heading2{
    color: #0E2C49;
}
.result-box p, .result-box .result-excerpt {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 128%;
    letter-spacing: 0%;
    color: #333333;
}
.result-box a {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 128%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #333333;
	margin-top:5px;
	display: inline-block;
}
.result-box span, #popup-pract-area {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #190202;
    padding: 8px 16px;
    border-radius: 10px;
    background-color: var(--color--yellow);
    margin-bottom: 30px;
    display: inline-flex;
}
.result-box:hover {
    background-color: #264684;
}
.result-box:hover .heading2, .result-box:hover p, .result-box:hover a, .result-box:hover .result-excerpt{
    color: #fff;
}
.result-popup{
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.result-popup.active{
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-popup-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

.result-popup-content{
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    overflow-y: auto;
    margin: 50px auto;
    padding: 40px;
    border-radius: 10px;
    z-index: 2;
}

.popup-close{
	position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    background-color: #264684;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 300;
}
.popup-close:hover{
	 background-color: var(--color--yellow);
	color: #264684;
}

#popup-title{
    margin-bottom: 20px;
}
.content-img.h-100 {
    object-fit: cover;
	width: 100%;
}
.google-reviews-section {
	/* background-image: url(/wp-content/uploads/2026/05/b.webp); */
    background: linear-gradient(135deg, #132549 0%, #1d3b73 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.google-reviews-section  .heading {
    color: #fff;
}


.review-badge {
	display: flex;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    max-width: 350px;
    align-items: center;
    justify-content: center;
	justify-self: end;
}
.review-count {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 61.96px;
    line-height: 1.2;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #264684;
}
.review-txt {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 17.11px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
}
.review-badge > img {
    border-left: 2.44px solid #F0F0F0;
    padding-left: 18px;
    margin-left: 18px;
}
.review-badge-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
	
}
.google-review-div {
    margin-top: 64px;
}
.ti-controls .ti-next:before, .ti-controls .ti-prev:before {
 	display:none !important; 
}
.google-review-div .ti-widget[data-layout-id='4'][data-set-id='soft'] .ti-controls .ti-next:hover, 
.google-review-div .ti-widget[data-layout-id='4'][data-set-id='soft'] .ti-controls .ti-next:focus, 
.google-review-div .ti-widget[data-layout-id='4'][data-set-id='soft'] .ti-controls .ti-prev:hover,
.google-review-div .ti-widget[data-layout-id='4'][data-set-id='soft'] .ti-controls .ti-prev:focus{
	background-color:transparent !important; 
	outline-color: transparent !important;
    box-shadow: none !important;
}
.ti-controls .ti-next, .ti-controls .ti-prev {
    height: 103px !important;
    width: 28px !important;
    background-color: transparent !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
	top: 50% !important;
    transform: translateY(-33%);
}

.ti-controls .ti-next{
	background-image: url(../img/slider-next-icon.svg);
	right: -40px !important;
}
.ti-controls .ti-prev{
	background-image: url(../img/slider-prev-icon.svg);
	left: -40px !important;
}

.google-reviews-section .ti-controls .ti-next {
    background-image: url(../img/google-next.svg);
}
.google-reviews-section .ti-controls .ti-prev {
    background-image: url(../img/google-prev.svg);
}

.nav-pills {
    gap: 20px;
}
.nav-pills button {
    background-color: #182D55;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #333;
	display: flex;
    flex-direction: column;
	gap: 25px;
    padding: 60px 50px;
    border-radius: 20px !important;
	width: 100%;
	align-items:center;
	justify-content:center;
	height: 100%;
	color: #fff;
}
.nav-pills button svg, .nav-pills button img{
    width: 80px;
    height: 80px;
}
.nav-pills button svg path{
    fill: #fff;
}
.nav-pills .nav-link.active svg path, .nav-pills .show>.nav-link svg path, .nav-pills .nav-link:hover svg path{
    fill: #000;
}

.nav-pills .nav-item{
	   width: calc(50% - 15px);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #333;
    background-color: var(--color--yellow);
}
.nav-pills .nav-link:hover{
    color: #333;
    background-color: var(--color--yellow);
}
.practice-tabs-section .tab-content {
    margin-top: 60px;
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 60px 50px 60px 50px;
}

.practice-tabs-section .tab-content .default-content  ul li a{
    background: var(--color--yellow);
    border-radius: 12px;
    color: #0E2C49;
    border: 2px solid var(--color--yellow);
    font-size: 18px;
    line-height: 29.25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    text-decoration: none !important;
}
.practice-tabs-section .tab-content .default-content ul li a:hover{
    
    background: #0E2C49;
    color: #fff;
    border-color: var(--color--yellow);

}
.practice-tabs-section .tab-content .default-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
/* .practice-tabs-section .list-style ul li a{
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #333333;
}
.practice-tabs-section .default-content.list-style ul li {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #333333;
    display: inline-flex;
    padding-right: 12px;
    margin-bottom: 20px;
}
.practice-tabs-section .list-style ul li a:hover{
	color: #264684;
} */

.aws-content-section {
    background: #fff;
}


.aws-content-section img {
    max-height: 450px;
    object-fit: cover;
}
.aws-areas-card {
    border-radius: 20px !important;
    margin-bottom: 100px;
}

.aws-sub-heading {
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0%;
	color: #0E2C49;
	padding-bottom: 18px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0,0,0,.20);
}


.aws-areas-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px 15px;
	flex-direction: row;
	flex-wrap: wrap;
}

.aws-areas-list ul li {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #000000;
	position: relative;
	padding-left: 40px;
	width: calc(20% - 13px);
}


.aws-areas-list ul li::before {
    content: '';  
    width: 26px;
	height: 100%;
	background-image:url(../img/loc-icon.svg);
	display: inline-flex;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top:0;
	left:0;
}

.aws-areas-list ul li a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
}

.aws-areas-list ul li a:hover {
    color: #264684;
}

.aws-areas-card:nth-child(odd){
	background-color: #F4F4F4;
	padding-top:60px;
	padding-bottom:60px;
	
}
.aws-areas-card:last-child {
    margin-bottom: 0px;
}


/* ---------- Glossary Archive Section ---------- */
.glossary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.glossary-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glossary-card:hover {
    transform: translateY(-5px);
}
.glossary-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
	background-color: #F4F4F4;
    border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.glossary-card-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
}
.glossary-card-img img {
    width: 100%;
    height: 231px;
    object-fit: cover;
    display: block;
    transition: filter 0.3s ease;
    border-radius: 20px;
}
.glossary-card:hover .glossary-card-img img {
    filter: brightness(0.9);
}
.glossary-card-title {
     border: 2px solid var(--color--yellow);
    border-radius: 100px;
    padding: 10px 20px;
    text-align: center;
    background: #fff;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: var(--color--black);
    line-height: 26px;
    transition: background 0.3s ease;
}
.glossary-card-link:hover .glossary-card-title {
    background: var(--color--yellow);
}
.glossary-loadmore-wrap {
    text-align: center;
    margin-top: 50px;
}
.glossary-card-title-outer {
    padding: 30px 34px 56px 34px;
}
.glossary-card-img .no-featured-glossary {
    width: 100%;
    object-fit: contain;
    display: block;
    transition: filter 0.3s ease;
    border-radius: 8px;
    background-color: #132549;
    padding: 30px;
}

/* ============================================================
   Community Page
   ============================================================ */

/* ── Shared heading override ─────────────────────────── */
.community-section-heading {
    color: #0E2C49;
}

/* ── Layout 1 : content_section ─────────────────────── */
.community-content-section {
    background: #fff;
}
.community-content-img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    display: block;
	height: 534px;
}
.community-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.community-bottom-content{
	margin-top:60px;
}
.community-bottom-content p{
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 160%;
	letter-spacing: 0%;
	color: #333333;

}

/* ── Layout 2 : content_dark_section (Initiatives) ─── */
.community-initiatives-section {
  
}
.community-initiative-item {
    padding-bottom: 0;
    margin-bottom: 0;
}
.community-initiative-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.community-one-col-wrap {
	background-color: #F4F4F4;
	padding: 40px;
	border-radius: 20px;
	height: 100%;
}
.community-two-col-wrap {
	margin-bottom: 28px;
	background-color: #F4F4F4;
	padding: 40px;
	border-radius: 20px;
	height: 100%;
}
.community-initiative-heading {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #0E2C49;
    margin-bottom: 24px;
}
.community-initiative-content p {
   /*  font-size: 16px;
    color: #5f5f5f; */
}
.community-two-col-row {
    margin-top: 4px;
}

.community-impact-heading {
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0%;
	color: #0E2C49;
	    margin-bottom: 24px;
}
.community-initiatives-section .default-content ul li{
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0%;
	    margin-bottom: 10px;
}


/* ── Layout 3 : content_section2 (Scholarship / History) ─ */
.community-section2 {
    background: #fff;
}
.community-section2-item {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #E5E7EB;
}
.community-section2-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.community-s2-top {
    margin-bottom: 30px;
}
.community-s2-cols {
    margin-bottom: 10px;
}
.community-s2-col-item {
   /*  background: #F4F6FA;
    border-radius: 12px;
    padding: 28px 30px;
    height: 100%; */
}
.community-s2-col-item h2,
.community-s2-col-item h3,
.community-s2-col-item h4 {
    color: #0E2C49;
    font-weight: 700;
    margin-bottom: 14px;
}
.community-s2-bottom {
  /*   margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #E5E7EB; */
}
.community-section2 .default-content ul {
  /*  padding-left: 20px;
    list-style: disc; */
}
.community-section2 .default-content ul li {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0%;
	margin-bottom: 15px;
}
.epyt-gallery > iframe {
    height: 540px;
    padding: 60px;
    background-color: #264684;
    border-radius: 16px;
    max-width: 884px;
}

.epyt-gallery-rowbreak {
    clear: both;
    display: none !important;
}
.epyt-gallery-allthumbs.epyt-cols-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}
.epyt-gallery-list .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb {
    width: calc( 33.33% - 28px);
    border-radius: 20px;
    overflow: hidden;
	background-color: #F4F4F4;
	padding:0;
}
.epyt-gallery-list .epyt-gallery-title {
    padding: 30px 20px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: left;
	color: #0E2C49;
}
.epyt-gallery-playhover:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
	background-image: url(../img/play-custom-icon.svg);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
}
.epyt-gallery-playhover .epyt-play-img {
    opacity: 0;
}
.epyt-gallery-list .epyt-gallery-thumb .epyt-gallery-playhover {
    opacity: 1 !important;
    top: 0  !important;
    transition: all .3s ease-out;
}
.epyt-gallery-list .epyt-gallery-thumb .epyt-gallery-playhover:hover:before {
    opacity: .8 !important;
}
.sidebarmenu2 .heading-dark-bg {
    background-color: var(--color--yellow);
    color: #333;
}
.content-cta-block {
    margin-bottom: 50px;
    margin-top: 50px;
}

/* ─────────────────────────────────────────────────────────
   Blog Detail Bottom Sliders
   ───────────────────────────────────────────────────────── */
.blog-detail-bottom-sliders {
    background-color: #fff;
}
.bd-slider-section {
    margin-bottom: 120px;
}
.bd-slider-section:last-child {
    margin-bottom: 0;
}
/* Section title — left blue bar matching design */
.bd-section-title {
  /*   border-left: 4px solid #264684;
    padding-left: 16px; */
}
/* Slide item padding for both sliders */
.bd-slide-item {
   /*  padding: 0 12px; */
}
/* Blog posts slider — dots spacing */
.blog-detail-posts-slider.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
/* FAQ slider — dots spacing */
.blog-detail-faq-slider.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
/* FAQ card full width inside slide */
.blog-detail-faq-slider .faq-card {
    width: 100%;
}
/* Shared slick dots style for both sliders */
.blog-detail-posts-slider .slick-dots,
.blog-detail-faq-slider .slick-dots {
    bottom: -35px;
}
.blog-detail-posts-slider .blog-item:hover .blog-item-img img {
    transform: scale(1.1);
}
.blog-detail-posts-slider .blog-item:hover {
    box-shadow: 0px 25px 50px -12px #00000040;
}
.blog-detail-posts-slider .blog-item-img img {
    height: 210px;
	transition: all .3s ease-in-out;
}
.blog-detail-posts-slider .blog-item {
    background-color: #F4F4F4;
    border: 1px solid #FFFFFF33;
}
.blog-detail-posts-slider .blog-item-content {
    padding: 20px;
}
.blog-detail-faq-slider .faq-image {
    max-width: 226px;
}
.faq-card:hover .faq-title {
    color: #fff;
}
.blog-detail-posts-slider .blog-item-content h3 a {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0E2C49;
}
.blog-detail-posts-slider .blog-item-content h3 a:hover {
    color: #0E2C49;
}

.blog-detail-posts-slider .slick-track, .blog-detail-faq-slider  .slick-track{
    display: flex !important;
    align-items: stretch; /* equal height */
}

.blog-detail-posts-slider .slick-slide , .blog-detail-faq-slider .slick-slide {
    height: inherit !important;
    padding: 0 10px; /* gap between slides */
}



.blog-detail-posts-slider .slide-item, .blog-detail-faq-slider .slide-item {
    height: 100%;
}

.blog-detail-posts-slider .slick-dots li, .blog-detail-faq-slider .slick-dots li{
	position: relative;
	display: inline-flex;
	width: 22px;
	height: 22px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	background: rgba(194, 194, 194, 0.2);
	border: 0.82px solid rgba(255, 255, 255, 0.4);
	align-items: center;
	justify-content: center;
	border-radius: 50%;
} 
.blog-detail-posts-slider .slick-dots li button, .blog-detail-faq-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(194, 194, 194, 0.6);
}
.blog-detail-posts-slider .slick-dots li.slick-active button:before, 
.blog-detail-faq-slider .slick-dots li.slick-active button:before 

{
    display:none !important;
}



/* ============================================================
   Resources Page
   ============================================================ */

/* ── Intro Content Section ── */
.resources-intro-section {
    background-color: #fff;
}
.resources-intro-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}



/* ── Resources List Section ── */
.resources-list-section {
    background-color: #fff;
}
.resources-list-section.pt-0 {
    padding-top: 0;
}

/* ── Category Tab Nav ── */
.resources-tab-nav {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 60px;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.resources-tab-link {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	background-color:#F4F4F4;
	border-radius: 8px;
	padding: 10px 50px;

}
.resources-tab-link:hover {
    background-color: #264684;
    color: #fff;
    border-color: #264684;
}

/* ── Individual Category Section ── */
.resources-category-section {
    margin-bottom: 55px;
    scroll-margin-top: 100px; /* offset for sticky header */
}
.resources-category-section:last-child {
    margin-bottom: 0;
}

/* Category heading — left blue bar matching design */
.resources-category-heading {
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 160%;
	letter-spacing: 0%;
	color: #0E2C49;
	padding-bottom:18px;
	border-bottom: 1px solid #0E2C49;
}

/* ── Resource Links Grid ── */
/* The WYSIWYG content contains <ul><li> lists of links.
   We lay them out as a 3-column responsive grid. */
.resources-category-content ul {
    display: flex;
    gap: 16px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.resources-category-content ul li {
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 16px 18px;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000000;
    min-height: 180px;
    width: calc(33.33% - 17px);
    word-wrap: break-word;
}
.resources-category-content ul li:hover {
    box-shadow: 0 4px 16px rgba(38, 70, 132, 0.1);
    transform: translateY(-2px);
}
.resources-category-content ul li a {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0%;
	color: #000000;
    display: block;
	text-decoration:underline;
    word-break: break-word;
}
.resources-category-content ul li a:hover {
    color: #0E2C49;
    text-decoration: underline;
}
/* URL text styled smaller below the title */
.resources-category-content ul li span,
.resources-category-content ul li small,
.resources-category-content ul li p {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 4px;
    word-break: break-all;
}
.team-single-heading {
    color: #0E2C49;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    padding-left: 39px;
    border-left: 4px solid #264684;
}
.default-page .default-content .html5lightbox {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
	    height: 478px;
}
.default-page .default-content .html5lightbox  img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.default-page .default-content .html5lightbox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px;
    height: 60px;
    background-image: url(../img/play-custom-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}
.html5-elem-data-box {
    display: none !important;
}
.ts-defautl-heading{
	font-family: "Urbanist", sans-serif;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 38px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: 0%;
	color: #0E2C49;
}
.ts-content-list .ts-default-content:nth-child(odd) {
    background-color: #F4F4F4;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.ts-content-list ul {
    margin-bottom: 25px;
}
.ts-content-list .ts-default-content:nth-child(odd) ul:last-child {
		margin-bottom: 0;
	}
.ts-default-content.list-style ul li:before, .ts-default-content .list-style ul li:before {
    display:none !important;
}
.ts-default-content.list-style ul li, .ts-default-content .list-style ul li {
    padding-left: 0;
}

.ts-content-list .list-style.ts-default-content ul {
    list-style: disc;
    padding-left: 20px;
}
.awards-list-team {
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 40px;
}
.office-info-map {
    height: 300px;
    width: 100%;
}

.office-information {
    margin-bottom: 30px;
}
.contact-form-404 {
    background-color: #264684;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
}
.search-page .inner-content{word-wrap: break-word;}

.static-page .h3, .static-page  h3, .static-page .heading2,
.static-page .h2, .static-page  h2, .static-page .heading,
.static-page .h1, .static-page  h1{
	margin-bottom:40px;
}
.office-information .office-info p, .office-information .office-info a {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #333333;
}
.office-information .office-info a:hover {color: #132549}
.banner-form .form-control, .banner-form .infusion-field input[type="text"] {
    border: none;
    border-bottom: none;
    padding: 10px 12px;
    color: #6B7280;
    border-radius: 0;
	height: 43px;
    background-color: #EEEEEE;
    border-bottom: 2px solid #C5C6CF;
}
.home-banner-form .form-heading {
    margin-bottom: 6px;
}
.home-banner-form .form-group label {
    color: rgb(0 17 45 / 60%);
}
.comm-sec-cont {
    margin-bottom: 55px;
}
.google-review-div .ti-widget[data-layout-id='4'][data-set-id='soft'][data-pid='bee6e8d725c4355d6056b538c56'] .ti-read-more span {
    color: #555555;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-decoration: underline !important;
	    opacity: 1;
}
.blog-item-content h3, .blog-item-content .post-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.accordion-body {
    padding-left: 60px;
}
#pract-tab3 svg, #pract-tab3 img {
    height: 24px;
    width: 30px;
}
.page-banner-content p {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff;
}

.sidebar-form .form-control, .sidebar-form .infusion-field input[type="text"] {
    border: none;
    border-bottom: none;
    padding: 10px 12px;
    color: #6B7280;
    border-radius: 0;
	height: 43px;
    background-color: #EEEEEE;
    border-bottom: 2px solid #C5C6CF;
}
.sidebar-form .form-heading {
    margin-bottom: 6px;
}
.sidebar-form .form-group label {
    /* color: rgb(0 17 45 / 60%); */
    color: #fff;
}
.sidebar-form .sidebar-heading {
    margin-bottom: 8px;
}
.sidebar-form .contact-form {
    padding-top: 6px;
}
.sidebar-form .form-submit-btn {
    margin-top: 24px;
}
.epyt-pagination {
    padding: 30px !important;
	font-size: 22px;
}
.epyt-pagination:last-child {
    padding: 0 !important;
}  
.epyt-gallery-img-box {
    border-radius: 20px;
    overflow: hidden;
}
.comm-full-col{margin-top: 48px;}
.full-row2 {
    text-align: center;
	 
}
.full-row3 {
    text-align: center;
}
.result-box .heading2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.result-excerpt{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .search-post-loop {
    margin-bottom: 40px;
}
.search-post-loop:last-child {
    margin-bottom: 0;
}
.contact-form-404 .submit-btn {
    width: auto;
}
.contact-form-404  .form-submit-btn {
    margin-top: 30px;
}
.article-content > P {
      display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #0E2C49;
}
.page-banner-content {
    padding-top: 15px;
}
.breadcrumb span {
    text-transform: capitalize;
}
.breadcrumb a:hover {
    color: #264684;
}
.prac-item svg, .prac-item img {
    margin-bottom: 20px;
}
.html5lightbox:hover:before {
    opacity: .6;
}
.additional-attorneys-section{
    background-color: #F4F4F4;
}
.contact-info-item--last .contact-info-icon svg, .contact-info-item--last .contact-info-icon img{
	    position: relative;
    right: -3px;
}

#header .container{
	padding-left: 0;
}
.awards-team-item img {
    max-width: 150px;
    width: 100%;
}
.ts-content-list {
    margin-bottom: 90px;
}
.pre-footer-nav li {
    margin-bottom: 8px;
}
.pre-footer-nav li:last-child {
    margin-bottom: 0;
}
.epyt-pagination:first-child {
    display: none;
}
.epyt-gallery-list {
    padding-top: 50px;
}

.cis3 .heading.community-section-heading {
    margin-bottom: 0;
}
.epyt-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.epyt-pagenumbers {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
}
.epyt-pageseparator, .epyt-current, .epyt-totalpages {
    color: #000000;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    box-shadow: 0px 0px 5px 0px #00000033;
    height: 54px;
    min-width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    line-height: 54px;
}
.epyt-current{
	 background-color: #082D65;
    color: #fff;
}
 .epyt-pagination .epyt-pagebutton {
    font-size: 20px;
    color: #000000;
}
 .epyt-pagination .epyt-pagebutton:hover {
    color: #082D65;
}
.wpcf7-select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.900024 0.900024L5.70002 5.70002L10.5 0.900024' stroke='%236B7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 7px;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.page-banner-content-box {
    /* padding-bottom: 157px; */
}
.single-team_post .page-banner-img {
    height: 700px;
	    right: -280px;
}
.bottom-content-section p a {
    color: var(--color--yellow);
}
.bottom-content-section p a:hover {
    color: #fff;
}
.faq-read-more-btn {
    color: #0e2c49;
    font-weight: bold;
}
.faq-read-more-btn:hover {
    color: #2C2C2C;
}
.aws-areas-card .card-body {
    margin-bottom: 50px;
}
.aws-areas-card .card-body:last-child {
    margin-bottom: 0;
}
.scholar-from {
    box-shadow: 0px 25px 50px -12px #00000040;
    border: 1px solid #D4D4D4;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 60px;
    padding: 20px;
    margin-top: 50px;
}
.wpcf7-list-item > label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.wpcf7-list-item > label > span{
    display: inline-flex !important;
	opacity: 1;
}
.wpcf7-list-item.first {
    margin-left: 0;
}
.scholar-from .submit-btn {
    width: auto;
}
.content-box-accordion .accordion-body {
	padding: 10px 0 15px 0;
}
.content-box-accordion .accordion-item {
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
}
.content-box-accordion .accordion-button {
	font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #333333 !important;
    padding: 0 0 5px 0;
}
.content-box-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 14' fill='none'%3E%3Cpath d='M0.645508 0.763184L13.6455 11.7632L26.6455 0.763184' stroke='black' stroke-opacity='0.4' stroke-width='2'/%3E%3C/svg%3E");
    background-position: center center;
    width: 26px;
    height: 26px;
    background-size: 100%;
}
.content-box-accordion {
    margin-bottom: 0;
    margin-top: 40px;
}
.content-box-accordion .accordion-body p , .content-box-accordion .accordion-body ul li{
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #333333;
}
.content-box-accordion .accordion-item {
    margin-bottom: 20px;
}
.content-box-accordion .list-style > ul {
    padding-left: 15px;
}
.content-box-accordion .list-style ul > li:before {
    top: 10px;
    width: 8px;
    height: 8px;
}
.default-content a {
    text-decoration: underline;
}
.form-control::placeholder, .infusion-field input[type="text"]::placeholder{
	color: #cccccc;
}
.con-address-item .direc-link {
    display: block;
    margin-top: 10px;
    color: var(--color--yellow);
}
.direc-link:hover {
    text-decoration: underline;
}
#menu-item-34700 > .sub-menu{
    max-height: 80vh;
    overflow-y: auto;
}
#menu-item-34735 > .sub-menu{
    height: 48vh;
    overflow-y: auto;
}
.nap-address-block {
    position: relative;
    padding-left: 40px;
	font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 151%;
    letter-spacing: 0%;
    color: #fff;
}
.nap-address-block .address-icon {
    position: absolute;
    left: 0;
    top: 8px;
    height: 32px;
    width: 32px;
}
.nap-address-block .b-name {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.nap-address-block .direction-link {
    color: #fff;
    text-decoration: underline;
}
.nap-address-block .direction-link:hover {
    color: var(--color--yellow);
}
.sub-footer-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.content-book-image {
    display: none;
}

.video-reviews-google-section {
    margin-bottom: 60px;
}
.page-template-video-reviews-template .breadcrumb {
    padding-bottom: 15px;
}
.practice-grid .prac-item {
	break-inside: avoid;
    margin-bottom: 20px;
    padding: 40px;
    border-radius: 10px;
    background-color: #E9ECEF;
    width: 100%;
}
.prac-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: #0E2C49;
}
.prac-read-more-btn {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 137%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #3B3B3B;
	display: inline-flex;
    margin-top: 20px;
}
.main-menu.mobile-menu {
    display: none;
}
.article-card-blog:hover {
    box-shadow: 0px 25px 50px -12px #00000040;
}
.article-card-blog:hover .article-img img {
    transform: scale(1.1);
}
.inner-content .h3 {
    color: #0E2C49;
}
