:root {
    --color--black: #222;
    --color--grey: #5f5f5f;
    --color--blue: #131d54;
    --color--skyblue: #0059b6;
    --color--white: #fff;
    --color--primary: #2B8990;
}
.bg-primary {
	background-color: #1B263B !important;
} 
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "DM Sans", sans-serif;
    width: 100%;
    background: #fff;
    font-size: 18px;
    color: #525252;
    line-height: 32px;
    font-weight: 400;
}
p{
	font-size: 18px;
	color: #525252;
	line-height: 32px;
	font-weight: 400;
}
body, html {
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: inherit;
}
:focus {
    outline: none !important;
}
a {
    color: var(--color--primary);
    font-weight: 500;
    -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--primary);
}
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;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 500;
    color: var(--color--black);
    font-family: "Literata", serif;
    /* text-transform: capitalize; */
}
h1, .h1{
	font-weight: 400;
	font-size: 96px;
	line-height: 140px;
}

.h2, h2, .heading, h2.title {
	font-weight: 600;
	font-size: 64px;
	line-height: 120%;
	color: #2F2F2F;
}

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

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

}

h5 .h5{
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
}
/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.space-pd {
    padding: 90px 0;
}
.space-mr {
    margin: 90px 0;
}
.btn {
	background:#2B8990;
	color: #fff;
	border: 1px solid #2B8990;
	font-size: 16px;
	display: inline-flex; 
	align-items: center;
	justify-content: center;
	padding: 16px 35px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: normal;
	position: relative;
	border-radius: 0;
	margin-top: 40px;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover {
    background-color: #344a52;
    color: #fff;
	border: 1px solid #2B8990;
} 
/*==================== 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: 35px;
}
.form-control:focus {
    box-shadow: none;
    background: none;
    color: var(--color--black);
    border-color: var(--color--skyblue);
}
.blogsearch:focus{
	  background: #F1F1F1;
}
.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;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
}
.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: 1px solid #959595;
    padding: 24px 0px;
    color: #5E5E5E;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
	margin-bottom: 30px;
}
textarea.form-control {
    height: 150px;
    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: 35px;
}
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: 16px;
    text-decoration: none;
    height: 100%;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 0;
    line-height: 26px;
}

.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: 0;
    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: 0;
    height: 2px;
}
#mainNav>li.menu-item-has-children::before {
    content: "";
    right: 20px;
    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 #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--skyblue);
	color: #fff;
}

ul.menu-top li:hover li a:hover,
.menu-top ul.sub-menu li.current_page_item a {
    background: #1b263b;
	color: #fff;
}

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

.sub-menu {
    background-color: var(--color--primary);
    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;
    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: var(--color--primary);
    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;
}
.msg-side-form {
	position: absolute;
    color: #fff;
    font-size: 12px;
    right: 162px;
    margin: 0;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: normal;
    letter-spacing: 0;
    bottom: 1px;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
	z-index:10;
}
#home_banner {
	height: 100vh;
	display: flex;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	/* border-bottom: 1px solid #ccc; */
	padding-top: 160px;
	overflow: hidden;
}
#home_banner  .container {
    position: relative;
}
.banner-right-img {
    align-items: self-end;
    position: absolute;
    bottom: 0;
    right: 150px;
    height: 100%;
}
.header-row{
    display: flex;
    justify-content: space-between;
}
.banner-right-img  img {
    max-height: 705px;
    width: 100%;
    object-fit: contain;
}
.home-banner-heading {
	font-family: Literata;
	font-size: 96px;
	line-height: 100%;
	color:#fff;
	margin-bottom: 20px;
	text-transform: none;
}
.home-banner-subheading {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color:#fff;
	margin-bottom: 10px;
} 
.banner-desc {
    margin-bottom: 0;
}
.banner-desc p {
	font-size: 18px;
	line-height: 32px;
	color:#fff;
}
#footer {
	background-color: #1b263b;
    padding-top: 50px;
    padding-bottom: 20px;
}
.header-row {
    display: flex;
    justify-content: space-between;
}
.header-right {
    display: flex;
    justify-content: space-between;
}
.header-left .top-logo img {
	height: auto;
	max-width: 100px;
	vertical-align: middle;
}
.footer-widget-heading {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
}
.footer-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.footer-nav ul li a:hover{
	color: var(--color--primary);
}
.header-ph {
    padding: 10px 30px;
    background-color: #2B8990;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
	border: 1px solid #2B8990;
}
.header-ph:hover {
    background-color: #344a52;
    color: #fff;
}
.main-header.small-header {
    background-color: #1b263b;
	box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}
.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::after {
    transform: rotate(-45deg);
}
.header-search-box span.closebtn::before{
    transform: rotate(45deg);
}
.sociallink {
	display: flex;
	gap: 28px;
	margin-bottom: 50px;
}
.sociallink li a svg, .sociallink li a img {
    height: 35px;
    width: 35px;
	vertical-align: middle;
} 
.sociallink li a svg path {
    fill: #fff;
}
.nap-contact-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.nap-contact-block a {
    display: flex;
    align-items: center;
    gap: 20px;
	color: #fff;
	font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.nap-address-block {
	position: relative;
	padding-left: 47px;
	color: #fff;
	margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
	margin-top: 25px;
}
.nap-address-block p{
	color:#fff;
}
.nap-address-block > svg, .nap-address-block > img {
    position: absolute;
    top: 5px;
    left: 0;
}
.direction-link {
	color: #fff;
	text-decoration: underline;
}
.footer-logo {
    margin-bottom: 50px;
}
.footer-map iframe {
    height: 400px;
}
.copyright {
	margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.copyright-text {
color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.footer-bottom-links a {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	text-decoration: underline;
}
.footer-bottom-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 40px;
}
.search-icon {
    cursor: pointer;
	display: flex;
    align-items: center;
}
#home_banner:before {
   /*  background: linear-gradient(328deg, rgba(0, 0, 0, 0) 0%, rgba(13, 27, 42, 0.96) 70.04%), linear-gradient(180deg, rgba(255, 255, 255, 0) 40.62%, #FFFFFF 100%); */
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pre-footer-nav li {
    margin-bottom: 20px;
}
.footer-logo img {
    max-width: 167px;
    height: auto;
}
.fixed-why-choose-logo {
	width: auto;
	height: 117px;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: contain;
}
.why-choose-content {
    position: relative;
}
.sub-heading {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #4C8C8C;
	margin-bottom: 30px;
}
.why-choose-list li {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #2F2F2F;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.why-choose-list li span {
    font-family: Literata;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #4C8C8C;
}
.btn-link {
    background: transparent;
    color: #2B8990;
    border: 1px solid transparent;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    /* text-transform: capitalize; */
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: normal;
    position: relative;
    border-radius: 0;
    margin-top: 40px;
    gap: 20px;
	margin-right: 30px;
    text-decoration: none;
}   
.pratice-area-content {
    box-shadow: 0px 5.33px 32px 0px #00000024;
    flex: 0 0 129px;
    background: #f6f5f3;
    padding: 24px;
    text-align: center;
    overflow: hidden;
    transition: flex-basis 0.35s ease;
}
.prace_heading {
    font-family: Literata;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
	color: #000;
}
.learn_more_btn {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	color: #2B8990;
	text-transform: capitalize;
}
.practice_areas_grid {
    padding-top: 70px;
}
.prace_content {
  opacity: 0;
  max-height: 0;
  margin: 0;
  transition: opacity 0.25s ease, max-height 0.35s ease;
}
.pratice-area-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pratice-area-inner {
    height: 582px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.pratice-area-item.prac-odd .pratice-area-inner {
    flex-direction: column-reverse;
}

.pratice-area-inner .image-area {
    flex: 0 0 431px;
    overflow: hidden;
    transition: flex-basis 0.35s ease;
}
.pratice-area-inner:hover .image-area{
      flex-basis: 308px;
}
.pratice-area-inner:hover .pratice-area-content{
      flex-basis: 252px;
}
.pratice-area-inner:hover .pratice-area-content .prace_content{
      opacity: 1;
      max-height: 100px;
      margin: 12px 0;
}

.pratice-area-item.active .pratice-area-inner .image-area{
      flex-basis: 308px;
}
.pratice-area-item.active .pratice-area-inner .pratice-area-content{
      flex-basis: 252px;
}
.pratice-area-item.active .pratice-area-inner .pratice-area-content .prace_content{
      opacity: 1;
      max-height: 100px;
      margin: 12px 0;
}



.request-appointment:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(27 38 59 / 85%);
}
.btn-link.text-white svg path {
    fill: #fff;
}
.btn svg, .btn img {
    margin-right: 10px;
}
.request-appointment {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.team-card {
    position: relative;
	transition: all .3s ease-in-out;
    overflow: hidden;
}
.team-card:hover .team-card-overlay {
    opacity: 1;
    transform: translateY(0);
}
.team-image {
    height: 432px;
}
.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
	vertical-align: middle;
}
.team-card-overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 36px);
    padding: 30px 40px;
    transform: translateY(100%);
    opacity: 0;
	transition: all .3s ease-in-out;
	
}
.team-card-name {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.team_desg {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.team-home-grid {
    padding-top: 70px;
}
.bg-grey{
	background-color: #F1F1F1
}
.team-section-home .heading {
    color: #1B263B;
}
.default-content.text-white p {
    color: #fff;
}
.video-home-sec .html5lightbox img {
	width: 100%;
	height: 673px;
	object-fit: cover;
	vertical-align: middle;
}
.yt-full-video {
    margin-top: 70px;
    display: block;
}
#html5lightbox-watermark {
    display: none !important;
}
.html5-elem-data-box {
    display: none !important;
}
.accordion-button{
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #2F2F2F;
	padding: 20px 0 20px 0;
}
.accordion-body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #525252;
} 
.accordion-item {
    border: 1px solid #D9D9D9;
}
.accordion-button:not(.collapsed), .accordion-button {
	background-color: transparent !important;
	border: none;
	color:#2F2F2F;
	box-shadow: none !important;
	gap: 15px;
}
.accordion-item {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0 !important;
}
.accordion-body {
    padding: 0 35px 30px 0px;
}
.accordion-button::after {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4C8C8C;
	background-image: url(../img/accord-plus.svg) !important;
	line-height: 25px;
	background-size: contain;
	background-position: center;
}
.accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url(../img/accord-minus.svg) !important;
}
.testimonial-content p svg {
    width: 20px;
    height: 20px;
}
.testimonial-slide {
    background-color: #fff;
    padding: 40px;
}
.testimonial-main-sec {
    padding-top: 70px;
}
.testimonial-slider .slick-list {
    margin: 0 -20px;
}
.testimonial-slider .slick-track {
    display: flex !important;
}
.testimonial-slider .slick-slide > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testi-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-content {
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: #2F2F2F;
	margin-top: 40px;
	margin-bottom: 40px;
}
.testimonial-item-inner {
    background: #fff;
	padding:40px;
}
.testimonial-slider .slick-slide {
    padding: 0 20px;
	  height: auto;
} 
.author-name .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #2F2F2F;
}  
.testimonial-nav button  {
	width: 56px;
	height: 56px;
	background-color: rgba(255, 255, 255, .65);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.33px solid rgba(255, 255, 255, 0.2) !important;
}
.testimonial-slider {
    margin-bottom: 70px !important;
}
.testimonial-nav {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.testimonial-nav button svg path {
    fill: #2B8990;
}
.testimonial-nav button:hover svg path {
    fill: #ffffff;
}
.testimonial-nav button:hover {
    background-color: #2B8990;
}
.post-heading a{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
} 
.post-image .default-image {
    background: #1b263b;
    object-fit: contain;
    padding: 30px;
}
.post-image img {
	width: 100%;
	height: 291px;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}
.post-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    align-items: center;
}
.post-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
	margin-right: 10px;
}
.post-author a, .post-author {
    display: flex;
    align-items: center;
}
.post-image {
    margin-bottom: 30px;
}
.post-meta a, .post-meta {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    
}
.post-meta {
  color: #000000;
}
.post-meta a {
   color: #2B8990;
}
.blog-grid {
    padding-top: 70px;
}
.contact-us-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position:relative;
}
.contact-us-section:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #f1f1f1e8, #f1f1f1c7), linear-gradient(180deg, #f2f2f2e0 0%, rgba(255, 255, 255, 0) 100.04%);
    inset: 0;
}
.contact_form {
    margin-top: 70px;
}
.contact-block-img {
	width: auto;
    height: 100%;
	object-fit: cover;
}
.blog-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgb(227 223 212 / 20%);
    border-radius: 50%;
}
.slick-dots li.slick-active button {
	  background: #4C8C8C;
}
.slick-dots li {
    width: 12px;
    height: 12px;
}

.slick-dots {
    position: relative;
    bottom: auto;
    display: flex;
    width: auto;
    text-align: left;
}
.slick-dots li button:before {
	font-size: 0;
}
.post-heading a:hover {
    color: #2B8990;
}
.slide-nav-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auth_info {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    padding-top: 10px;
	color:#2F2F2F;
}
.page-banner{
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-bottom: 70px;
}
.page-banner:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) -8.98%, rgba(13, 27, 42, 0.96) 59.3%);
}
.banner-title {
    font-family: "Literata", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    color: #fff;
}
.banner-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
	padding-top: 15px;
}
.light-bg-testimonials .testimonial-section-home.bg-primary {
    background-color: transparent !important;
}
.light-bg-testimonials .testimonial-item-inner {
    background: #F1F1F1;
}
.light-bg-testimonials .testimonial-section-home .heading.text-white {
	color: #2F2F2F !important;
}
.light-bg-testimonials .testimonial-section-home .default-content.text-white p {
    color: #2F2F2F !important;
}
.light-bg-testimonials .testimonial-section-home .slick-dots li button {
    background: #F1F1F1;
}
.light-bg-testimonials .testimonial-section-home .slick-dots li.slick-active button {
    background: #4C8C8C;
}
.post-lists {
    padding-top: 70px;
    padding-bottom: 70px;
}
.post-meta a:hover {
    color: #000;
}
.blogsearch {
	background-color: #F1F1F1;
	border: none;
	padding: 20px;
	margin-bottom: 0;
	padding-right: 50px;
}
.search-btn {
    background-color: transparent;
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
	z-index: 9;
    display: flex;
    align-items: center;
}
.search-btn svg path {
    stroke: #525252;
}
.sidebar-form {
    background-color: #1B263B;
    padding: 50px 40px;
}
.sidebar-heading{
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 40px;
	font-family: Literata;
}
.sidebar-form .form-control:focus {
    color: #fff;
    border-color: #fff;
}
.sidebar-form .form-control::placeholder {
    color: #fff;
}
.sidebar-form .form-control, .sidebar-form .infusion-field input[type="text"] {
    border-bottom: 1px solid #fff;
	padding-top:0;
	color: #fff;
}
.sidebar-form .btn-submit {
    width: 100%;
}
.sidebar-list {
    background-color: #4C8C8C;
    padding: 50px 40px;
}
.sidebar-list ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    position: relative;
    display: block;
	padding-right: 28px;
}
.sidebar-list ul li {
    margin-bottom: 40px;
}
.sidebar-list ul li:last-child {
    margin-bottom: 0;
}
.sidebar-list.mt-5 ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-image: url(../img/list-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.sidebar-list ul li a:hover {
    opacity: .7;
}
.blog-detail .post-meta {
    margin-bottom: 0;
}
.header-search-box input.search{color:#fff;}
.header-search-box input::placeholder{color:#fff;}
.single-post-image img {vertical-align: middle;}
.single-post-image { margin-bottom: 40px;}
.default-content ul li {
    position: relative;
    padding-left: 30px;
}
.default-content ul{
	margin-bottom: 20px;
	padding-left: 15px;
}
.default-content ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 33px;
    background-image: url(../img/list-arrow-green.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.bg-primary .default-content ul li:before {
    background-image: url(../img/list-arrow.svg);
}
.team-member-row {
    padding: 90px;
}
.text-white h5{
	color:#fff;
}
.testimonial-content svg, .testimonial-content img {
    width: 30px;
    height: 20px;
}
.testimonial-grid .testimonial-item-inner {
    background: #F2F2F2;
		height:100%
}
.testimonial-grid .testimonial-item{
	height:100%
}
.banner-description p {
    color: #fff;
	font-size: 16px;
}
.podcast-item.position-relative img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.html5lightbox {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.html5lightbox:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 40px;
	background-image: url(../img/yt-play-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.html5lightbox:hover img {
    opacity: .6;
}
.video-section-reviews .yt-full-video {
    margin-top: 0;
}
.btn1 {
    background-color: transparent;
    color: #2B8990;
}
.btn1:hover {
    background-color: #2B8990;
    color: #ffffff;
}
.search-post-loop {
    margin-bottom: 40px;
}
.area_heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1B263B;
    padding: 20px;
}
.service-area-item {
    text-align: center;
	border: 1px solid #D5D5D5;
}
.service-area-item img {
	vertical-align: middle;
	height: 183px;
	width: 100%;
	object-fit: cover;
}
.service-area-item:hover img {
    opacity: .6;
}
.search-icon:hover svg path {
    stroke: #2b8990;
}
.btn-link:hover {
    color: #1b263b;
}
.btn-link:hover svg path{
   fill: #1b263b;
}
.btn-link.text-white:hover {
    color: #2B8990 !important;
}
.btn-link.text-white:hover svg path{
    fill: #2B8990;
}
.accordion-button:hover {
    color: #2b8990;
}
.post-image:hover img {
    opacity: .6;
}
.mobile-phno {
    display: none;
}
.nap-contact-block a:hover {
    color: var(--color--primary);
}
.sociallink li a:hover svg path {
    fill: var(--color--primary);
}
.about-section {
   /*  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%); */
}
.practice-area-home {
    border: 1px solid #fff;
}
.video-home-sec .html5lightbox:before {
    width: 80px;
    height: 60px;
}

.light-bg-testimonials .testimonial-nav button {
    border-color: #F1F1F1 !important;
}

#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: 9999;
    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);
}

#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;
} 
 
 .team-member-row .team-card-overlay {
    opacity: 1;
    transform: translateY(0);
	z-index: 3;
	text-align: center;
}
 .team-member-row .team-card-name {
    justify-content: center;
    align-items: center;
}
.breadcrumb {
	display: block;
    align-items: center;
    margin-bottom: 0;
    vertical-align: middle;
}
.breadcrumps {
    background-color: #4C8C8C;
    padding-top: 16px;
    padding-bottom: 16px;
}
.breadcrumb a, .breadcrumb {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb svg, .breadcrumb img {
    margin: 0 8px;
}
.footer-bottom-links a:hover {
    color: var(--color--primary);
}
.injur-img {
    height: 296px;
    width: 100%;
    object-fit: cover;
    object-position: center;
	vertical-align: middle;
}
.injury-item {
	background-color: #F1F1F1;
	position: relative;
	margin-top: 60px;
	height: calc(100% - 60px);
}
.injury-item .default-content {
    padding: 30px;
}
.injury-title{
    font-family: Literata;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
	position: absolute;
    top: -60px;
    width: 100%;
    left: 0;
}
.injury-title span{
	box-shadow: 0px 5.33px 32px 0px #00000024;
	display: inline-block;
	max-width: 500px;
	padding: 35px;
	width: 100%;
	background-color: #fff;
} 
.injury-item-content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.injury-item-content ul li {
    width: 50%;
    padding-right: 15px;
}
.injury-grid-section .injury-item .default-content .btn-link{
	padding: 0;
	margin-top: 0;
}

	
.personal-injury-links li a {
    font-family: Literata;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #4C8C8C;
}
.personal-injury-links li {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.testi-type svg, .testi-type img {
    width: 35px;
    height: 35px;
	object-fit:contain;
}
.single-post-cates {
    display: flex;
    gap: 10px;
}
.single-post-cates .post-categories {
    display: flex;
    gap: 10px;
}
.single-post-cates .post-categories li a {
    color: var(--color--primary);
}
.single-post-cates .post-categories li a:hover {
    color: #1b263b;
}
#commentform {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:20px;
	padding-top: 20px;
}
.comment-form-comment {
    width: 100%;
}
.comment-form-first-name {
    width: calc( 50% - 20px);
}
.comment-form-last-name{
     width: calc( 50% - 20px);
}
.comment-form-email {
    width: calc( 50% - 20px);
}
.comment-form-url {
     width: calc( 50% - 20px);
}
.comment-form-cookies-consent{
	width: 100%;
}
.comment-form p label {
    display: block;
    width: 100%;
}
.comment-form p input, .comment-form p textarea {
    display: block;
    width: 100%;
	border: none;
	border-bottom: 1px solid #959595;
}
.comment-form  p {
    margin-bottom: 30px;
}
.comment-form .comment-form-cookies-consent input {
    display: inline-block;
    width: auto;
}
.comment-form .comment-form-cookies-consent label {
    display: inline;
}
.comment-form input#submit {
    background: #2B8990;
    color: #fff;
    border: 1px solid #2B8990;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 35px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: normal;
    position: relative;
    border-radius: 0;
    margin-top: 0;
}
.comment-form input#submit:hover {
    background-color: #344a52;
    color: #fff;
    border: 1px solid #2B8990;
}
.comment-form-comment textarea {
    height: 150px;
}
.comment-respond {
    margin-top: 40px;
	width: 100%;
}
#reply-title {
    font-family: Literata;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 50px;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #2F2F2F;
}
.next.page-numbers, .prev.page-numbers  {
	background-color: #2B8990;
	padding: 16px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: none;
}
.navigation.pagination {
    align-items: center;
    justify-content: center;
}
.page-numbers.current {
    border-bottom: 3px solid var(--color--primary);
}
.next.page-numbers:hover, .prev.page-numbers:hover {
    background-color: #1b263b;
	    border-bottom: none;
}
a.page-numbers:hover{
	 border-bottom: 3px solid var(--color--primary);
}
a.page-numbers{
	border-bottom: 3px solid transparent;
}
.learn_more_btn:hover {
    color: #1b263b;
}
.personal-injury-links li a:hover {
    color: #1b263b;
}
.nap-contact-block a:hover svg path {
    stroke: var(--color--primary);
}
.nap-timing-block{
    margin-bottom: 0;
}
.post-heading {
    line-height: 38px;
}
 
.testimonial-item-inner:hover {
    background-color: #eaeaeb;
}
.team-member-row h5 {
    font-family: "DM Sans", sans-serif;
}
.team-member-row .default-content ul {
    padding-left: 0;
}
.sub-description  p {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #2F2F2F;
}

.why-choose-list li:last-child{
	border-bottom: none;
}

.abt-logo-div {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
}
.abt-logo-div .fixed-why-choose-logo {
    width: auto;
    height: 120px;
    position: relative;
    top: auto;
    right: auto;
}