/************************************************************************/
/******** Font family used across the website as per checklist *********/
/************************************************************************/
body,html{
    height: 100%
}
:root{
    --body-color: #111111;
    --heading-color: #000000;
    --blue: #729DC0;
    --white-color: #FFFFF9;
}
body {
    width: 100%;
    font-size: 18px;
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
    color:var(--body-color);
    font-family: "Frank Ruhl Libre", serif;
    background-color:#fdfdf8;
}

/*** default placeholder ***/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fffff9;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fffff9;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fffff9;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fffff9;
}

.wpa::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fffff9;
    font-size: 15px;
}
.wpa::-moz-placeholder { /* Firefox 19+ */
    color: #fffff9;
    font-size: 15px;
}
.wpa:-ms-input-placeholder { /* IE 10+ */
    color: #fffff9;
    font-size: 15px;
}
.wpa:-moz-placeholder { /* Firefox 18- */
    color: #fffff9;
    font-size: 15px;
}
.blog-search-field::placeholder{
    color:#fffff9;
    font-size:18px;
}

/*** default placeholder End***/

body, html{
    height: 100%;
}
* {
    margin:0;
    padding:0;
}
img {
    max-width: 100%;
    height: auto;
}
.hide{
    display: none;
}
:focus{
    outline: 0;
    outline: none;
}

a {
    color: #0d6efd;
}

p:last-child{
    margin-bottom: 0
}
p:first-child {
    margin-bottom: 15px;
}
a:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

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

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {

}

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

a img{
    outline: 0;
}

header .container{
    /*    max-width: 1850px;*/
    /*	margin: 0;*/
    padding: 20px 30px;
}
.text-white{
    color: var(--white-color);
}
.text-white p{
    color: var(--white-color)!important;
}
/* btn sec */
.btn, .elm-button {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    color: var(--body-color);
}
.btn:hover {
    opacity: 0.85;
    background-color: #fff;
    color: var(--body-color);
}
.btn-lr-pd{
    padding-left: 50px;
    padding-right: 50px;
}
.elm-button{
    line-height: 24px !important;
    height: 56px;
    padding: 15px 55px;
    background: var(--blue);
    border: none;
}
.elm-wrapper {
    margin-top: 2rem;
}
.btn-full{
    min-width: 90%;
}
.submit-btn {
    display:inline-block!important;
    background-color: var(--blue);
    border: 1px transparent;
    border-radius: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--body-color);
    transition: all 0.5s;
    line-height: 1.2;
    border-radius: 50px;
}
.home-page-banner{
    height:65vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
}
.home-page-banner .image img{
 width: 100%;
 height: 100%;
 object-fit: contain;
}
.elm-button:active, .elm-button:focus {
    background: #bd7e52;
    color: #ffffff;
}
.form-group select{
    padding:16px 20px;
    font-size: 16px;
    text-transform: none;
    color: #FFFFF9;
    background: none;
    height: 61px;
    font-weight: 400;
    border-radius:50px;
    border: 1px solid hsla(60, 100%, 99%, 0.5);
    opacity: .8;
    width:100%;
}
.form-group select option{
    color:#000;
}
.btn.focus, .btn:focus {
    /*    border: 1px solid #0c2850;
        color: #ffffff;
        background-color: #fff;*/
}

b, strong {
    color: #000;
    font-weight: 600;
}

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

[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}
p:empty {
    display: none;
}
.titles {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.title{
    color: #112239;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    position: relative;
    z-index: 1;
    text-transform: none;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 15px;
}

.heading{
    color: #00121f;
}
.form-style img{
    width:100%;
    height:500px;
    object-fit:contain;


}
.form-style iframe{
    width:100%;
    height:500px;
    object-fit:contain;
}
h2 span, .h2 span, h1 span, .h1 span {
    font-weight: 400;
}

h1, .h1 {
    font-size: 80px;
}

h2, .h2 {
    font-size: 55px;
}

h3, .h3 {
    font-size: 38px;
}

h4, .h4 {
    font-size: 30px;
}

h5, .h5 {
    font-size: 24px;
}

h6, .h6 {
    font-size: 18px;
}

.static-page-details h1 {
    font-size: 35px;
}

.static-page-details h2 {
    font-size: 32px;
}

.static-page-details, .content-area {
    padding-right: 28px;
    letter-spacing: normal;
}

.static-page-details .wp-image-wrap img {
    padding: 5px;
    border: 1px solid #ccc;
}

.static-page-details h2 a {
    display: inline;
}
ul.menu-top li .aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.wpcf7-list-item span{
    color:#fff;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
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;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #800000;
}/* reset default */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* nav top menu css */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu-top li {
    display: inline-block;
    position: relative;
    margin-left: 28px;
    padding-bottom: 2px;
}

.menu-top li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    line-height: 12px;
    color: #111111;
    font-weight: 400;
    z-index: 1;

}
.header-top {
    background: #fff;
}
.nav-menu .menu-top>li:hover>a:before, .nav-menu .menu-top>li.current-menu-item>a:before, .nav-menu .menu-top>li.current-menu-ancestor a:before {
    width: calc(100% + 15px);
    height: calc(100% + 10px);
}
.nav-menu .menu-top>li:hover>a, .nav-menu .menu-top>li.current-menu-item>a{
    color: #5985A9 !important;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    left: -7px;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .2s ease-in-out;
    margin: auto;
    z-index: -1;
}
.nav-menu .menu-top > li.menu-item-has-children > a:before {
    left: -2px;
}
.nav-menu>.menu-top>li.menu-item-has-children {
    padding-right: 12px;
}
.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    right: -7px;
    top: 50%;
    bottom: 0;
    margin-top: -5px;
    z-index: 1;
    right: 0px;
}
.nav-menu>.menu-top>li.menu-item-has-children:hover:after, .nav-menu>.menu-top>li.current_page_item:after{
    border-left: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
}
/*.header_phone_number:hover {
	border: 2px solid #fee05d;
}*/
/* Display the dropdown */
ul.menu-top li:hover>ul {
    display: block;
}

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

ul.menu-top li:hover li a:hover {
    color: #5985A9;
}

.menu-top li.current-menu-parent .sub-menu>li.current-menu-item>a {
/*    background: #ffffff;
    color:var(--blue);*/
}
.menu-top .sub-menu > li {
    border-bottom: none;
}

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


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

li#menu-item-327 a {
    text-transform: none;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.3215686274509804);*/
}

.nav-menu .menu-top>li.current-menu-ancestor > ul.sub-menu li.current-menu-item {
    background: #000;
}


.menu-top>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a:after {
    /*    content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 5px;
        height: 5px;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin: auto;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;*/
}

ul.menu-top li:hover li a:hover:before {
    border-left: 1px solid #2853c7 !important;
    border-bottom: 1px solid #2853c7 !important;
}

.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    display: flex;
}

.menu-top ul li {
    display: inline-block;
    position: relative;
}

.menu-top ul {
    text-align: left;
}
.menu-top li:first-child {
    padding-left: 0;
    margin-left: 0;
}

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

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

.menu-top .sub-menu {
    background-color: var(--blue);
    min-width: 222px;
    text-align: left;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.menu-top .sub-menu li:hover{
    background: #000;
    color:#fff;
}
.menu-top > li > ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    border-bottom: 10px solid rgba(42, 85, 202, 0.97);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
    display: none;
}

ul.menu-top li .sub-menu li a {
    font-size: 14px;
    padding: 8px 5px 8px 20px;
    line-height: 22px;
    margin: 0;
    color: #ffffff!important;
    border: none;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11)!important;
    text-shadow: none;
    filter: inherit;
}

ul.menu-top li .sub-menu li a:hover:after, .menu-top .sub-menu li.current-menu-parent > a:after{
    /*    content: '';
        background: #2a55ca;
        position: absolute;
        height: 2px;
        width: 10px;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;*/
}

/*.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after{
    content: '';
    background: #79A132;
    position: absolute;
    height: 85%;
    width: 7px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
}*/

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

.menu-header {
    position: relative;
    /*    width: 100%;*/
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 15px;
}

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

.menu-top .sub-menu > li.current_page_parent ul li a:hover {
    background: #ffffff;
    color: #2a55ca;
}

/*.menu-top .sub-menu li.current-menu-parent > a {
    background: #000;
    color: #2a55ca;
}*/

.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after {

}



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

.menu-header ul li:hover>ul {
    opacity: 1;
    /*    transform: translateY(0);*/
    display: block;
    visibility: visible;
}



/* menu nav end */

.fullwidth {
    position: relative;
    /*    float: left;
        width: 100%;*/
}

.section-pd, .common-padding {
    padding: 80px 0;
}

/*======= Header Search ======*/
.search-box-outer {
    width: 57%;
    margin-left: auto;
}

.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}

.close-search{
    cursor: pointer;
}

.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}

.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}


#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar
{
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}

.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 5px;
    position: relative;
    background-image: url(../img/search-icon.svg);
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

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

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

.search-input-box{
    width: 100%
}
.search-input-box input{
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}
.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 15px !important;
    background-color: #fff !important;
    color: #76777a;
    border: none !important;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}

/**Header Search End**/

div.wpcf7 .wpcf7-form .form-control {
    border: 1px solid hsla(60, 100%, 99%, 0.5);
    border-radius: 50px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFF9;
}
div.wpcf7 .wpcf7-form .form-control::placeholder{
    color:#fffff9;
}

div.wpcf7 .wpcf7-form .wpcf7-text.wpcf7-email.form-control {
    text-transform: none;
}
div.wpcf7 .wpcf7-form .form-control:focus {
    border: 1px solid #fffff9;
}

.wpcf7 .wpcf7-response-output {
    border: 0 none !important;
    font-size: 11px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    color: #ca2222;
    font-weight: 400;
    width: 100%;
    background: #fff;
    padding: 3px !important;
    max-width: 450px;
    margin: auto !important;
    text-align: center;
}

.form-control, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
    height: 61px;
}

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

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

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

.wpcf7{
    position: relative;
}

div.wpcf7 .ajax-loader {
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #00772c;
}

textarea {
    resize: none;
}

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


.title span {
    color: #729DC0;
    display: inline-block;
}

.center-line .title:after {
    right: 0;
}

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

div#html5-close img {
    display: none;
}
.list-style ul li {
    position: relative;
    padding-left: 20px;
}

.list-style ul {
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
}

.list-style ul li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 12px;
    left: 0;
    border-radius: 50%;
}
/** Mobile Search Bar ***/
.close-btn {
    position: absolute;
    right: 22px;
    top: 5px;
    width: 22px;
    height: 22px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 1px;
    background-color: #000;
}

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

.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
body.mobile-search-active {
    /*    position: fixed;
        overflow-y: scroll;
        left: 0;
        right: 0;*/
}
.mobile-search-bar-box{
    display: none
}

.mobile-search-bar-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: 10000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.25s;
    border-radius: 0px;
}
.mobile-search-bar-box form {
    display: none;
}
.mobile-search-active .menu-top>li>a:before {
    background: transparent;
}
.mobile-search-active .mobile-search-bar-box form {
    display: block;
}
.mobile-search-active .mobile-search-bar-box {
    z-index: 999999;
    height: 100%;
}

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

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


.search-input-box .form-control:focus {
    /*    border-bottom: 1px solid #3a98e8;
        height: 2.5rem;*/
}

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

.req-error {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 60px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
.search-wrap {
    cursor: pointer;
    margin-left:14px;
}
.header_phone_text{
    line-height:normal;
}
.header_phone_number {
    padding: 16px 60px 16px 20px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border-radius: 50px;
    background-color: var(--blue);
    background-image: url(../img/right-arrow.svg);
    background-position: calc(100% - 18px) center;
    background-size: 24px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    line-height: 30px;
    margin-left: 34px;
}
.header-phn-wrap a{
    margin-left:20px;
}
.mobile-search-bar {
    border-left: 1px solid;
    padding-left: 15px;
    border-color: rgba(17, 17, 17, 0.20);
}
.mobile-search-bar {
    /*    width: 25px;
        height: 40px;*/
}
.mobile-search-bar svg {
    width: 20px;
    height:30px;
}
fill {
    width: 100%;
    height: 100%;
}

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

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

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

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

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

.mobile-search-bar-box .search-input-box {
    width: 80%;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #ccc;
}

/* mobile menu end */


/**********Search page*********/
#searchPage h2.page-title {
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}

#searchPage h2.page-title span {
    color: #7a233c;
    font-style: italic;
}
.search_result  .blog-listing-row > div {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.7);
    margin-bottom: 30px;
    padding: 15px 25px;
}

.search_result .blog-listing-row > div .blog-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
/******************************/
/**************** Site Schema Styling ****************/
.site-schema .review-schema-wrapper{
    /*    margin-top: 50px;*/
}
.clientreviews {
    background: #f6f6f6;
    border: 1px solid #2853c7;
    box-shadow: 0 0 20px #f2f2f2;
    padding: 20px;
}
.clientreviews .heading {
    font-size: 2em;
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    color: #212529;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 30px;
}
.clientreviews p strong {
    color: #212529;
}
.clientreviews div strong {
    color: #212529;
}
.clientreviews .heading span {
    color: #212529;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.middle-heading.video-schema {
    margin-bottom: 50px;
}

.middle-heading.video-schema iframe {
    border: 1px solid #f1f1f1;
}
.clientreviews p {
    padding-bottom: 0;
}
/**************** Site Schema Styling End ****************/

/**************Blog Page Single*****************/
.blog-single h1 {
    font-size: 50px;
    color:#111111;
    font-weight:700;
    margin-bottom:30px;
}
/*.sidebar-contact .form-control{
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}*/
.sidebar-contact .form-group {
    margin-bottom: 2px;
}
.sidebar-contact .h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.sidebar-contact .form-group {
    margin-bottom: 12px;
}
.blog-single-row .blog-img-link img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:20px;
    height: 500px;
}
.blog-single-row .blog-img-link {
    width: 100%;

    margin-bottom: 30px;
}
.form-group{
    margin-bottom:18px;
}
.sidebar-listing-wrap .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
}
.blog-content p{
    color:#111111;
    font-weight:400;
}
.practice-page-details h2{
    word-break: break-word;
}
.practice-page-details img {
    border-radius: 20px;
}
/*******************************/

/************Sidebar Css*****************/
.sidebar-contact .form-group-wrap {
    margin-bottom: 3rem;
}
.sidebar-listing {
    box-shadow: 1px 1px 5px rgba(204, 204, 204, 0.5);
    background: #fff;
}
.sidebar-listing span {
    padding: 0px 30px;
}
.aside-sidebar > div+div{
    margin-top: 2.25rem;
}

.sidebar-listing span {
    color: #000;
    font-size: 25px;
    padding-left: 3rem;
}

.blog-search-field {
    padding: 10px 25px 10px 70px;
    width: 100%;
    border: 1px solid #efefef;
    height: 63px;
    background-color:#5985A9!important;
    color:#fff;
    border-radius:10px!important;
}

.sidebar-search .input-group-btn {
    position: absolute;
    z-index: 5;
    height: 100%;
    left: 65px;
}

.blog-searchform [type=submit] {
    display: inline-block;
    border: none;
    width: 3.5rem;
    cursor: pointer;
    background: url(../img/search.svg) no-repeat;
    background-position: 50% 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 25px;
    border-radius: 10px;
}
.blog-searchform [type=submit]:hover{
    opacity: 0.5;
}

.sidebar-contact {
    background:#3C3C3C;
    padding: 3rem 1.5rem;
    border-radius: 20px;
}
.bg-white {
    background-color: #f8f8f8 !important;
    display: inline-block;
    width: 100%;
}
.btn-white {
    background: #fff;
}
/*.sidebar-contact .form-control{
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}*/

.sidebar-contact .h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    text-align:center;
    text-transform: none;
}
.sidebar-listing-wrap{
    background-color:#fff;
    padding:30px;
    border-radius:10px;
}
.sidebar-contact .contact-btn-div {
    text-align: center;
    margin: auto;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
    border: none;
    padding: 10px 0px;
    background: #fff;
    font-weight: 600;
}
.spacer-lr {
    padding: 1rem 2rem;
}
.widgettitle {
    padding: 1rem 2rem;
    font-weight: 600;
}
.widget-title {
    font-size: 36px;
    padding: 20px 15px;
    line-height: normal;
}
.sidebar-listing .h4{
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
}

.sidebar-listing ul li a {
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
    position: relative;
    display: block;
}
.sidebar-listing .current-menu-item a,
.sidebar-listing ul li a:hover,
.sidebar-listing ul.no-dots li.current-cat a,
.sidebar-listing ul.no-dots li.activeChild a {
    color: #fff;
    background: var(--blue);
}

.sidebar-listing ul li a:after{
    content: "";
    position: absolute;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    top: 0px;
    bottom: 0;
    right: 15px;
    margin: auto;
}
.sidebar-listing ul li:hover a:after,
.sidebar-listing ul li.current-cat a:after,
.sidebar-listing ul li.activeChild a:after {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.sidebar-contact .wpcf7-response-output {
    font-size: 10px;
}

.msg-side-form {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -14px;
    right: 2px;
    font-size: 12px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
/******************************/
/**********************/
.contact-btn-div {
    width: 170px;
    position: relative;
}

span.ajax-loader{
    position: absolute;
    bottom: -20px;
    margin: auto !important;
    left: 0;
    right: 0;
    visibility: hidden;
}
.btn-wrap {
    position: relative;
    display: inline-block;
    margin-top:1.5rem;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-image: url(../img/loader-w.svg);
    background-color: #000000;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}
.uc{
    text-transform: uppercase;
}

.our-defence-owl .owl-nav > div.disabled {
    opacity: 0.5;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 3px;
    background-color: #ccc;
}
.owl-dot.active {
    background-color: #a17051;
}
.owl-dot span {
    width: 100%;
    height: 100%;
}
.owl-portfolio .owl-nav .owl-prev span {
    background-image: url(../img/arrow.svg);
}
.owl-nav > div.disabled span {
    opacity: 0.5;
    cursor: default;
}
/* code add in css */
img[src*=".svg"] {
    width: 100%;
}
svg path {
    transition : fill 200ms ease-out;
    -webkit-transition :fill 200ms ease-out;
    -moz-transition : fill 200ms ease-out;
    -o-transition :  fill opacity 200ms ease-out;

}
/**********Static Page CSs***********/
.aside-sidebar .sidebar-listing{
    position: relative;
}

.static-page .aside-sidebar .sidebar-listing{
    margin-top: 75px;
}

.aside-sidebar .widgettitle {
    position: absolute;
    left: 0;
    top: -65px;
}
/**********COntact Page CSs***********/
.wpcf7 form.sent .wpcf7-response-output {
    background: #fff;
    color: green;
    border: 1px solid green !important;
}
/******Header Fix******/
#header{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.no-banner-header{
    padding-top: 99px
}
.no-banner-header #header{
    background: #000;
}

header#header.small-header {
    background: #000;
}

.logo-wrapper {
    width: 225px;
    transition: 0.5s ease all;
    margin-bottom: 5px;
}

.navigation-wrap {
    display: flex;
    align-items: center;
}
.navigation-wrap .search-wrap svg, .navigation-wrap .search-wrap img {
    width: 23px;
    height: 24px;
}
/**********************************************/
/************Home Banner***********/
.home-page-banner .button_link .button:hover {
    background-color:#729DC0!important;
    color: #fff;
    background-image:url(../img/white-arrow.svg);
    border: 1px solid #729DC0;

}
.home-page-banner:after {
    content: '';
    /* width: 100%;
    height: 100%; */
    background-color: rgba(62, 167, 220, 0.2);
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 17%, rgba(17, 17, 17, 0.82) 90%, #111111 100%);
    filter: grayscale(1);
}
.home-page-banner .container{
    z-index: 2;
}
/* .home-page-banner {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
} */
.home-page-banner {
    background-color: #393838;
}
.home-banner-wrap {
    width: 100% !important;
    /* position: relative; */
    display: flex;
    /* align-items: flex-start;
    justify-content: flex-end; */
    /* flex-flow: column; */
    color: #fffff9;
    /* height: 100vh; */
    padding-bottom: 35px;
	align-items: center;
    flex-direction: column;
}
.home-page-banner .image {
    /*    position: relative;*/
    display: block;
}

.home-page-banner .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: rgba(0, 0, 0, 0.3);  Example overlay */
    z-index: 2;
    pointer-events: none;
}
.home-banner-wrap .heading {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 500;
    color: #fffff9;
    text-align: left;
    font-family: 'Poppins';
    margin-bottom: 0px;
	text-align: center !important;
}
.home-banner-wrap .heading span{
    color: var(--blue);
}
.home-banner-wrap .sub_heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing:1px;
    font-family:'Open Sans';
    margin-top:10px;
    text-align: center !important;
}
.header-phn-wrap > a {
    color: #111111;
    display: inline-block;
    background-image: url(../img/call.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 28px;
    background-position: center left;
    margin-bottom: 3px;
    margin-right: 20px;
}

.button_link .button {
    padding: 18px 90px 18px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #729DC0;
    border: 1px solid #729DC0;
    text-transform: capitalize;
    background-image: url(../img/blue-arrow.svg);
    background-position: calc(100% - 44px) center;
    background-size: 26px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    line-height: 30px;
    font-family: 'Poppins';
}
.testimonials-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
}
.banner-social ul {
    position: absolute;
    right: 0;
    top: 50%;
}
.banner-social a svg{
    height:20px;
    width:30px;
}
span.client-name-round {
    width: 46px;
    height: 46px;
    background: #5985A9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
}
.banner-social ul li{
    margin-bottom: 32px;
    padding: 0px 20px;
}
.banner-social ul li:hover {
    background-color: var(--blue);
}
/**********************************/
/************Inner Banner***********/
/* .inner-banner {
    height:630px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
    height: calc(100vh - 115px);
    flex-direction: column;
} */
 .inner-banner-wrapper.inner-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #393838;
}
.inner-banner-wrapper.inner-banner .inner-container {
    width: 100%;
    /* position: absolute;
    bottom: 0%; */
}
.inner-banner .banner-title {
	
    text-transform:none;
    font-size: 80px;
    line-height: 85px;
    font-weight: 500;
    /* position: relative;
    top: 32px; */
    text-align: center;
    letter-spacing: 3px;
    /* padding-bottom: 100px; */
    font-family:'Poppins';
    color: #fff;
    z-index: 10;
    width: 100%;
    margin-bottom: 10px;
    position: absolute;
    bottom: 80px;
}

.inner-banner-wrapper.inner-banner:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgb(17 17 17 / 0%) 0%, rgb(17 17 17) 117%, #111111 76%);
    width: 100%;
    bottom: 0px;
    height: 47%;
    z-index: 9;
}
.what-to-expect-section .section_two_title.title{
    text-transform: none;
}
.what-to-expect-section .blue-back{
    border-radius:20px!important;
}
/*********Logo*********/

/********Footer*********/
.footer-bg {
    background-color: #111111;
    color: #fff;
    padding-top: 60px;
}
.footer-col-1 {
    width: 33%;
    padding-right: 70px;
    padding-left: 20px;
}
.footer-col-2 {
    width: 33%;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
}
.footer-col-3 {
    width: 33%;
}
.footer-col-2 ul {
    column-count: 2;
}
.footer-col-3 ul {
    column-count: 2;
}
.footer_description p {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFF9;
    line-height: 30px;
    letter-spacing: 0;
}
footer a{
    color: #fff;
}
footer .title {
    font-size: 22px;
    font-weight: 500;
    color: #729DC0;
    line-height: 1.2;
    margin-bottom: 20px;
}
.nap-wrapper .nap-address-info {
    background-image: url(../img/pin.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 7px;
    padding-left: 25px;
    line-height: normal;
    margin-bottom: 10px;
}
.nap-wrapper .phoneno{
    background-image: url(../img/ph.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 3px;
    padding-left: 25px;
    margin-bottom: 10px;
}
a.direction-link {
    border-bottom: 1px solid #fff;
}

.footer-bg .nap-footer a.phoneno, .footer-bg .nap-footer .nap-email {
    display: block;
}
.menu-footer li a, .pratice-areas li a {
    padding: 3px 0px;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: var(--white-color);
    margin-bottom: 10px;
}
.copyright-bg span {
    padding: 0px 5px;
}
.copyright {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    line-height: 30px;
    padding: 5px 0;
}
.copyright-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 100px;
    padding-top:25px;
    padding-bottom:35px;
    gap: 52px;
}
.copyright-menu {
    display: flex;
    align-items: center;
    gap: 52px;
}
.social-sc ul{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-sc ul li.item-1 a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-sc ul li.item-1 {
    border: 1px solid #FFFFF9;
    border-radius: 50%;
}
.social-sc ul li.item-1 svg {
    height: 16px;
    width: 16px;
}
.social-sc ul li.item-1:hover{
    background-color: var(--blue);
    border: 1px solid var(--blue);
}
a{
    text-decoration: none;
}
.menu-disclaimer-container {
    display: inline-block;
}

.menu-disclaimer-container ul {
    display: flex;
}

.menu-disclaimer-container ul li a {
    padding: 0px 10px;
    margin: 0;
    border-right: 1px solid #fff;
    line-height: 15px;
    color: #fff;
}

.menu-disclaimer-container ul li:last-child a {
    border-right: none;
}

.main-footer .row{
    border-bottom: 1px solid;
    border-color: hsla(60, 100%, 99%, 0.3);
    padding-bottom:60px;
}
a:hover{
    color: var(--blue);
}
/****** COMMON for Theme **********/
.btn-blue{
    background-color: #081b33;
}
/******************************All Common Css Above*********************************************/
/************banner***********/
.pa-icon svg, .pa-icon img {
    width: 55px;
    height: 55px;
}
/*Client Success Section*/
.container-wide{
    max-width: 1740px;
}
.client-success{
    height: auto;
    width: 100%;
    padding: 40px 80px;
    background-color: #5985A9;
   background-image: url('../img/case-result-bg.webp'); 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-class {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.custom-class.success.slick-initialized.slick-slider .slick-track {
    display: flex;
}
.custom-class.success.slick-initialized.slick-slider .slick-list{
    margin-left: -20px;
    margin-right: -20px;
}
.custom-class.success.slick-initialized.slick-slider .slick-track .slick-slide {
    height: auto;
}
.client-tab-list.slick-slide {
    margin: 0 20px;
}
.client-tab {
    width: 100%;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 30px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-heading.h4{
    font-weight: 500;
    line-height: 1.2;
    color: var(--white-color);
}
.client-content {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: var(--white-color);
}

/*--------ABout Section-----------*/
.inner_sub-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    color:var(--blue);
    letter-spacing: 1px;
    margin-bottom:6px;
}
h2.heading.h2 {
    font-weight: 400;
    line-height: 1.2;
}
h2.heading.h2 span {
    color: var(--blue);
}
.content p b{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--body-color);
}
.content p{

    font-weight: 400;
    line-height: 1.7;
    color: var(--body-color);
}
.content h5{
    font-weight: 500;
    color: #729DC0;
    line-height: 1.2;
}
.content ul.custom-list {
    position: relative;
    margin-bottom: 15px;
    margin-left: 10px;
}
.content ul.custom-list li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: var(--body-color);
}

/*.content ul.custom-list li:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 12px;
    left: 0;
    border-radius: 50%;
    background: var(--blue);
}*/
.mobile-search-bar svg path {
    fill: #000;
}
.btn-link a.black-btn, .black-btn
{
    text-decoration: none !important;
}
.btn-link a.black-btn:hover {
    opacity: 0.85;
    background-color: transparent;
    border: 2px solid;
    border-color: var(--blue);
}
.black-btn:hover {
    opacity: 0.85;
    background-color: transparent;
    border: 2px solid;
    border-color: var(--blue);
}
.btn-link a.black-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--body-color);
    background-color: var(--blue);
    background-image: url(../img/black-arrow.svg);
    background-position: calc(100% - 28px) center;
    background-size: 19px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    line-height: 1.2;
    padding: 12px 70px 12px 30px;
    border-radius: 50px;
    border: 2px solid transparent;
    text-decoration: none!important;
    text-transform: capitalize;
}

/*-------Pratice Area Section-------*/
.pratice-area-card {
    height: 100%;
    border: 1px solid;
    padding: 50px 20px;
    border-radius: 15px;
    border-color: rgba(17, 17, 17, 0.2);
}
.pratice-area-card a.pa-btn:hover{
    text-decoration: none;
}
.pa-icon {
    margin-bottom: 25px;
}
.full-width-section .white-heading{
    margin-bottom:4rem!important;

}
.pratice-area-card .pa-heading {
    font-size: 30px;
    font-weight: 500;
    color: var(--body-color);
    line-height: 1.2;
    margin-bottom: 24px;
}
.pratice-area-card a.pa-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--body-color);
    text-decoration: underline;
    margin-top: 13px;
    display: inline-block;
}
.pratice-area-card:hover {
    background-color: var(--body-color);
}
.pratice-area-card:hover .pa-heading{
    color: var(--white-color);
}
.pratice-area-card:hover .content p{
    color: var(--white-color);
}
.pratice-area-card:hover a.pa-btn{
    color: var(--white-color);
}
.pratice-area-card:hover svg path {
    fill: var(--blue);
}

/*------Testimonial Section-------*/
.testimonial-sec {
    height: 100%;
    border: 1px solid;
    padding: 50px 22px;
    border-radius: 15px;
    border-color: rgba(17, 17, 17, 0.2);
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.testimonials-content.content {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(17, 17, 17, 0.7);
}
.testimonial-sec svg path{
    opacity: 0.2;
}
.title-wrap .review-icon svg path{
    opacity: 1;
}
.testimonial-sec svg {
    margin-bottom: 0px;
}
.testimonial-sec {
    transition: background-color 0.3s ease;
}

.testimonial-sec:hover div svg path{
    opacity: 1;
}
.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*------Awards Section-------*/
.slick-slide img {
    height:100px;
    object-fit: contain;

}
.our-award-list {
    display: flex!important;
    align-items: center;
    justify-content: center!important;
}
div#our-awards {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award-wrap{
    height: auto;
    width: 100%;
    background-color: #5985A9;
    background-image: url('../img/award-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.center-content-sec {
    background-image: url('../img/center-bg-pattern-1.webp');
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    padding: 80px 80px;
}
/*--------Fullwidth Section-------*/
.blue-back{
    background-image: url(https://pellegrinisstg.wpenginepowered.com/wp-content/uploads/2025/05/Group-254-2-1.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    padding: 80px 80px;
}
.white-heading {
    color: var(--white-color);
}
.content.white-content p {
    font-size: 18px;
    color: var(--white-color);
}
.white-btn.btn-link a.black-btn {
    background-color: var(--white-color);
}
.team-member-card .img-sc img {
    object-fit: cover;
}

/*--------Left Content Right Image-------*/
.right-img img {
    border-radius: 20px;
}

/*-------------Recent Blog Section--------------*/
.bloglistinner{
    border: 1px solid;
    border-color: rgba(17, 17, 17, 0.2);
    border-radius: 20px;
    height:100%;

}
.bloglistinner a img.featured-img{
    border-radius: 20px;
}
.post-content-blog{
    padding: 20px 15px;
}
.post-content{
    padding: 10px 15px;
}
.post-content .post-content-box a.heading-yellow{
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    color: var(--body-color);
}
.post-content-blog .post-content-box a.heading-blog{
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    color: var(--body-color);
}
.post-desc-listing{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--body-color);
}
.post-desc-full {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--body-color);
}
.post-content-blog a.read-more {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--body-color);
    text-decoration: underline;
}
.post-content a.read-more {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--body-color);
    text-decoration: underline;
}
.recent-blog a.post-image-blog img{
    max-height: 297px;;
    width: 100%;
    object-fit: cover;
    object-position:top;
}
.default-img {
    align-items: center;
    display: flex;
    height: 297px;
    background-color: #fafafa;
    padding: 20px;
    border-radius: 20px;
}
.form-section .content p{
    font-size:18px!important;
}
.postlist {
    height:100%;
}
.recent-blog {
    gap: 20px;
    margin-bottom: 3rem;
}
.recent-blog-section .recent-blog:last-child{
    margin-bottom:0px!important;
}
/*--------------Form Section--------------*/
.black-back{
    background:#3B3B3B;
    border-radius: 40px;
    padding: 70px 80px;
}

/*------------Pratice Area Section------------*/
.pratice-area{
    background-color: #5985A9;
    background-image: url('../img/location-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home .pratice-area {
    overflow: hidden;
}

.contact-address-list {
    border: 1px solid #FFFFF999;
    text-align: left;
    padding: 12px;
    border-radius: 11px;
    color: var(--white-color);
    height: 100%;
}
.nap_icon {
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    color:#fff;
    margin-bottom:9px;
}
.contect_content {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color:#fff;
}
ul#clientSuccessTabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
ul#clientSuccessTabs {
    border-bottom: none;
}
button#tab-connecticut-locations {
    background-color: transparent;
    border: none;
}
button#tab-connecticut-locations:hover{
    background-color: #fffff9;
    color: var(--blue);
}
ul#clientSuccessTabs li span {
    font-size: 30px;
    font-weight: 500;
    border: 1px solid #FFFFF9;
    border-radius: 50px;
    padding: 5px 30px;
    color: #fffff9;
}
#clientSuccessTabs .active-item-cat{
    background-color:#fff;
    border-radius:50px;

}
#clientSuccessTabs .active-item-cat span{
    color:#5985A9;
    border:1px solid #fff;
}
.nav-tabs .nav-link.active{
    background-color: transparent;
}
.client-tab.text-center:hover {
    background-color: #fffff81f;
}
.white-btn.btn-link a.black-btn:hover {
    background-color: transparent;
    border: 2px solid;
    border-color: #fffff9;
}
.podcast-content-wrap .heading{
    text-transform: none;
}
.post-content-blog a.read-more:hover,
.post-content a.read-more:hover {
    color: var(--blue);
}
ul#clientSuccessTabs li span:hover {
    background-color: var(--white-color);
    color: var(--blue);
    /*    border: none;*/
    cursor: pointer;
}
.contact-address-list:hover {
    background-color: #fffff81f;
    cursor:pointer;
}

.contact-address-list .contect_row {
    position: relative;
    padding-left: 42px;
}

.contact-address-list .contect_row::before {
    content: "";
    background-image: url('../img/location.svg'); /* example icon */
    background-size: 33px 33px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    width: 33px;
    height: 33px;
}
.submit-class {
    position: relative;
}
.wpcf7 form .wpcf7-response-output{
    display: none !important;
}
.submit-class .btn-wrap:after {
    content: '';
    position: absolute;
    background-image: url(../img/black-arrow.svg);
    background-position: calc(100% - 5px);
    background-size: 20px;
    background-repeat: no-repeat;
    left: 50%;
    top: 20px;
    width: 24px;
    height: 12px;
    margin-left: 38px;
}
.sidebar-contact .submit-class .btn-wrap:hover::after{
    background-image: url(../img/right-arrow.svg);
}
footer .current-menu-item a {
    color: var(--blue);
}
.pratice-areas li a:hover,
.menu-footer li a:hover {
    color: var(--blue);
}

/*-------------About Us Page------------*/
.outer_container{
    position: relative;
}
.outer_container .inner-banner:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(62, 167, 220, 0.2);
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 58%, rgba(17, 17, 17, 0.82) 92%, #111111 100%);
}
.blue-back-repeater {
    background-color: #729DC0;
    border-radius: 40px;
    padding: 70px 60px;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.email-error {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 13px;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 0px 0px 4px 4px;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
}

.content .white-text h2{
    color: #fff;
}
.video-box a.html5lightbox {
    position: relative;
    display: block;
}
.video-play-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FD3832;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transition: 0.5s all;
    transform: translate(-50%,-50%);
}
.video-play-btn svg{
    width: 42px;
    height: 30px;
}
.about-page .content p strong {
    font-size: 24px;
    color: #729DC0;
    line-height: 30px;
}
.full-width-section  .content p {
    font-size:18px!important;
}
.about-page h2{
    font-weight: 700;
}
.about-page .inner-container h2.heading{
    font-size:55px;
    font-weight:700;
    color:#111111;
    margin-bottom:15px;
}
.blue-back-repeater h2.heading{
    font-weight:600;
}
.about-page p span {
    color: var(--blue);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
.blue-back-repeater .content p{
    color: var(--white-color);
}
.about-page .content img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/*---------------Meet Our Team-----------------*/
.breadcrumb-wrap {
    background-color: #f0eded;
    padding: 8px 10px;
}
.team-member-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
}
.team-member-card > a {
    height: 100%;
}
.team-member-card .img-sc{
    height: 100%;
}
.team-member-card .img-sc img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 450px;
    height: 100%;
}
/* Initial title bar shown at bottom */
.team-member-card .title-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    color: var(--body-color);
    padding: 20px 20px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    z-index: 2;
    backdrop-filter: blur(5px);
}

/* Full overlay hidden initially */
.team-member-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    color: #fff;
    opacity: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease;
    text-align: center;
    z-index: 3;
    backdrop-filter: blur(5px);
}
.team-member-card .overlay a .content {
    color: #000000;
}
.team-member-card a:hover .content{
    color:#111;
}
/* Show overlay on hover */
.team-member-card:hover .overlay {
    opacity: 1;
}

/* Hide the initial title when hovering (to avoid overlap) */
.team-member-card:hover .title-bar {
    opacity: 0;
}

/* Title in overlay */
.team-member-card .overlay .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--body-color);
    margin-bottom: 10px;
}

/*-------------Single Team Page-------------*/
.single-team-page .blue-back {
    padding: 70px 50px 70px !important;
    background-color:hsla(207, 32%, 51%, 1);
    background-image: none;
}
.single-team-page img {
    border-radius: 20px;
    height: 680px;
    object-fit: cover;
    object-position: top;
}
.upper-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.4);
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.phone-wrap {
    background-color: rgba(255, 255, 249, 0.15);
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.4);
    padding: 8px 40px 8px 70px;
    border-radius: 11px;
    position: relative;
    width: 240px;
}
.team-mamber-name{
    width: calc(100% - 240px);
    padding-right: 15px;
}
.phone-text {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
.phone-number {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.phone-number a{
    color:var(--white-color);
    transition: 0.5s all;
}
.phone-number a:hover{
    color:#111;
}
.breadcrumb-wrap a{
    color:hsla(207, 32%, 51%, 1);
}
.breadcrumb-wrap a:hover{
    color:#111111;
}
.phone-sec:before {
    content: "";
    background-image: url(../img/phone-white.png);
    background-size: 33px 33px;
    background-repeat: no-repeat;
    position: absolute;
    left: 16px;
    top: 15px;
    width: 33px;
    height: 33px;
}
.practice-box .over-content{
    left:0;
    right:0;
    bottom:15px;
    z-index:6;
    top:47%;
}
.practice-box .over-content .inner-content{
    padding:0px 20px;
}
.practice-box .over-content .inner-content .title{
    color:#fff;
    font-size:30px;
    font-weight:500;
    font-family:'Frank Ruhl Libre';
    line-height:35px;
    margin-bottom:12px;

}
.practice-box .over-content .inner-content .content p{
    color:#fff;
    font-size:18px;
    font-family: 'Frank Ruhl Libre';
    font-weight:400;
    line-height:29px;
}
.practice-box .image img{
    min-height:425px;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index:4;
    border-radius:20px;
}
.practice-box .image{
    position:relative;

}
.practice-box .image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.6);
    z-index: 5;
    left: 0;
    transition: 0.5s all;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/svgs/practice-arrow.svg);
    background-position: top 28px right 28px; /* Add space from top and right */
}
.practice-box a:hover .image::after{
    background-color:hsla(207, 32%, 51%, 0.6);
    backdrop-filter:blur(5px);
}
.blog-item{
    border-radius:20px;
    border: 1px solid hsla(0, 0%, 7%, 0.2);
    height:100%;
}
.blog-item img{
    border-radius:20px;
    height:325px;
    width:100%;
    transition: 0.5s all;
    object-fit:cover;
}
.blog-item .blog-image.no-image img {
    object-fit: scale-down;
    background-color: #ffffff;
}
.pagination .nav-links .page-numbers {
    font-size:16px;
}
.pagination {
    margin-top:50px;
}
.blog-item .blog-image a{
    display:block;
    overflow:hidden;
    border-radius:20px;
}
.blog-item .blog-image a:hover img{
    transform:scale(1.05);
}
.blog-item .blog-content{
    padding:15px;

}
.blog-item .title a{
    color:#000;
    font-weight:700;
    transition: 0.5s all;
}
.blog-item .title a:hover{
    color:var(--blue);
}
.blog-item .desc{
    color:#111111;
    font-weight:400;
}
.blog-item a.read{
    font-weight:500;
    text-decoration:underline;
    color:#111;
    transition: 0.5s all;
}
.blog-item a.read:hover{
    color:var(--blue);
    text-decoration:none;
}
.blog-item-wrap .row{
    --bs-gutter-y:2.2rem;
    --bs-gutter-x:2.2rem;
}
.pagination{
    display:flex;
    justify-content:center;
    position:relative;
    padding:16px 32px 10px;
    border:1px solid #11111133;
    border-radius:20px;
    margin-top:80px;
}
.pagination .page-numbers.current{
    border: 1px solid #729DC0;
    border-radius:8px;
    padding:10px;
    transition:0.5s all;
}
.pagination .page-numbers.current:hover{
    background-color:#729DC0;
    color:#fff;
    cursor:pointer;
}
.pagination .nav-links .page-numbers {
    font-size: 18px;
    margin-right: 20px;
    line-height: 0.95;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev{
    position:absolute;
}
.pagination .nav-links .page-numbers.next {
    right: 25px;
    top: 19px;
    display: flex;
    align-items: center;
}
.pagination .nav-links .page-numbers.prev{
    left:25px;
    ;
    top: 19px;
    display: flex;
    align-items: center;
}
.sidebar {
    padding-left:95px!important;
}
.blog-input-group{
    background-color:#ddd;
    border-radius:10px;
    border:5px solid #dddddd;
}
.normal-btn .wpcf7-form-control.wpcf7-submit{
    background-color: #729DC0;
    color:#111;
    width:100%;
    border-radius:130px;
    padding:14px;
    font-weight:600;
    position:relative;
    line-height:normal;
}
.normal-btn .wpcf7-form-control.wpcf7-submit:after{
    content:'';
    position: absolute;
    background-image:url(../img/right-arrow.svg);
    background-size:25px;
    background-position:center;

}
.normal-btn .wpcf7-form-control.wpcf7-submit:hover{
    border:1px solid #fff;
    background-color:transparent;
    color:#fff;
}
.about-page .inner-container{
    padding-bottom:5rem;
}
.video-image img{
    width:100%;
}
.faq-main-title .heading{
    font-size:55px;
    font-weight:700;
}
.post-team-nav {

    padding: 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 20px;
    width: auto;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    border:none;
}
.faq-accordion .accordion-item .accordion-header .accordion-button {
    padding: 25px 30px 26px 30px;
    box-shadow: none;
    font-size: 30px;
    line-height: 1.3;
    color: rgba(40,40,40,1);
    font-weight: 700;
    letter-spacing: .6px;
    background: rgba(240,240,240,1);
    border: none;
    border-radius: 30px;
    cursor: pointer;
}
.faq-accordion .accordion-item {
    width: 100%;
    position: relative;
    margin-top: 30px;
    border: none;
    background: var(--blue);
    border-radius: 30px;
    overflow: hidden;
}
.faq-accordion .accordion-body {
    padding: 20px 80px 20px 30px;
    border: none;
    border-radius: 0 0 30px 30px;
    padding-top: 0;
    background: var(--blue);
    color: var(--bs-white);
}
.faq-accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
    background: var(--blue);
    color: var(--bs-white);
    border-radius: 30px 30px 0 0;
}
.faq-list-details .nav-tabs .nav-link.active {
    padding: 8px 30px;
    border-radius: 50px;
    background-color:var(--blue);
    color:#fff;
}
.faq-list-details .nav-tabs .nav-link{
    padding: 8px 30px;
    border-radius: 50px;
    color:#5985A9;
    border:1px solid #5985A9;
    font-size:30px;
    line-height:normal;
    font-weight:500;
}
.faq-list-details .nav-tabs .nav-item{
    margin-right:60px;
    margin-bottom:30px;
}
.accordion-button::after{
    background-image:url(../img/add.svg);
    height:52px;
    width:52px;
    background-size:52px;
    transition: .3s;
    transform: none !important;
}
.accordion-button:not(.collapsed)::after{
    background-image:url(../img/minus.svg);
}
.wpcf7-spinner{
    margin:0px;
    width:auto;
    display:inline;
}
.form-section .form-group{
    margin-bottom:1.4rem;

}

.blue-back .custom-list{
    column-count:1;
    margin-left:20px;
    gap:37px;
}
.blue-back .custom-list li{
    list-style: disc;
}
.blue-back .custom-list-one{
    column-count:1;
    margin-left:20px;
}
.blue-back .custom-list-one  li{
    list-style: disc;
    margin-bottom:20px;
}
.slick-prev {
    position: absolute;
    left: 0;
    font-size: 0;
    bottom: -5px!important;
    background-image: url(../img/pre.svg);
    padding: 30px;
    border: none;
    background-size: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:transparent;

}
.slick-prev:hover{
    background-image: url(../img/next.svg);
    transform: rotateY(180deg);
}
.slick-next:hover{
    background-image: url(../img/next.svg);
    transform: rotateY(0deg);
}
.slick-next{
    background-color:transparent;
    position:absolute;
    right:0;
    font-size:0;
    bottom:-5px!important;
    padding:30px;
    background-image:url(../img/pre.svg);
    transform:rotateY(180deg);
    border:none;
    background-size: 30px;
    background-repeat: no-repeat;
    background-size: cover;

}
.accordion-button.collapsed{
    border:1px solid var(--blue)!important;
}
.your-first-visit-section .inner-content .content p b{
    font-size:18px!important;
    font-weight:500!important;

}
.single-nap-address-info a:hover span{
    color:#111111!important;
}
.video-play-btn:hover {
    background-color: var(--blue);
}
div#html5lightbox-watermark {
    display: none !important;
}
.mobile-home-banner-inner .home-banner-wrap {
    padding-bottom: 0;
}
.recent-blog-section  .subtitle{
    font-size:18px;
    color:var(--blue);
    font-weight:500;
    text-transform:uppercase;
}

/* Static Page CSS */
.square-box-section {
    width: 100%;
    position: relative;
    border: 10px solid #729DC0;
    padding: 15px;
    display: flex;
    align-items: center;
}
.practice-page-details .square-box-section h2 {
    word-break: break-word;
    color: #263d55;
    font-size: 2.25em;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}
.practice-page-details .square-box-section h3 {
    color: #263d55;
    font-size: 21px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
}
.square-box-content {
    width: 50%;
    padding-right: 15px;
}
.square-box-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.practice-page-details .square-box-section .square-box-image img {
    border-radius: 0;
    width: auto;
    height: auto;
    max-width: 100%;
}
.practice-page.section-pd {
    padding-left: 15px;
    padding-right: 15px;
}
.covid-thumb-image {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #ccc;
    padding: 0 20px;
    margin-bottom: 30px;

}
.covid-thumb-image a {
    width: calc(25% - 10px);
}
.covid-thumb-image a:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}
.covid-thumb-image a img {
    width: 100%;
    position: relative;
    transition: 0.5s;
}
/* Static Page CSS */

/* Editor tab css */
.practice-page-details .editor-tab-section {
    display: flex;
    background: #3C3C3C;
    justify-content: center;
    margin-bottom: 30px;
}

.practice-page-details .editor-tab-section li {
    list-style: none;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0;
}
.practice-page-details .editor-tab-section li:after, .practice-page-details .editor-tab-section li:before {
    opacity: 0;
    display: none;
}
.practice-page-details .editor-tab-section.nav-tabs .nav-link.active {
    background-color: #5985A9;
    color: #fff;
}
.practice-page-details .editor-tab-section.nav-tabs .nav-link {
    border: none;
    background: none;
    border-radius: 0px;
    margin: 0;
    padding: 15px 20px;
    line-height: normal;
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
}

.practice-page-details .editor-tab-content img {
    border-radius: 0;
    position: relative;
    max-width: 100%;
    width: auto;
    border: 1px solid #ccc;
    padding: 5px;
}
.practice-page-details h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}
/* Editor tab css */


.practice-page a:hover,  .practice-page-details a:hover, .blog-single-row .blog-single a:hover {
    text-decoration: underline;
}
.practice-page a strong, .blog-single-row .blog-single a strong {
    color: #0a58ca;
}
.practice-page a:hover strong, .blog-single-row .blog-single a:hover strong {
    color: var(--blue);
    text-decoration: underline;
}

.direction-link-text a {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: normal;
}
.direction-link-text a:hover {
    border-color: transparent;
}
.download-btn-pdf .btn {
    background: #729dc0;
    color: #fff;
    margin-right: 15px;
}

.download-btn-pdf {
    width: 100%;
    display: flex;
    margin: 20px 0;
}

.download-btn-pdf .btn:last-child {
    margin: 0;
}
.download-btn-pdf .btn:hover, .download-btn-pdf .btn:focus, .download-btn-pdf .btn:active {
    background: #000;
    color: #fff;
}

.editor-full-image {
    width: 100%;
    margin-bottom: 0;
    display: flex;
}
.editor-full-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    border-radius: 40px;
}
.editor-full-image .editor-image-left {
    display: flex;
    width: 40%;
    padding-right: 45px;
}
.editor-full-image .editor-form-right {
    width: 60%;
    display: flex;
    align-items: center;
}
.editor-full-image .editor-form-right .wpcf7 {
    position: relative;
    height: 100%;
}
.editor-full-image .editor-form-right .wpcf7-form {
    height: 100%;
}
.editor-form-right .black-back {
    padding: 70px 70px;
    height: 100%;
    align-content: center;
}
/* Download button*/

/* Our Locations */
.nap-map-container {
    width: 100%;
    position: relative;
    min-height: 478px;
    display: flex;
    flex-wrap: wrap;
}
.nap-map-container .nap-titles {
    width: 30%;
    display: flex;
    align-items: center;
}
.nap-map-container .nap-map {
    width: 70%;
    padding: 0;
    position: relative;
}
.nap-map-container .nap-titles ul {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
}
.nap-map-container .nap-titles li {
    cursor: pointer;
    padding: 12px 15px;
    background: #f1f1f1;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    font-size: 22px;
    line-height: normal;
}
.nap-map-container .nap-titles li:last-child {
    border-color: transparent;
}
.nap-map-container .nap-titles li.nap-title-item.active {
    background: #729dc0;
    color: #fff;
}
.nap-map-container .nap-map .nap-map-item, .nap-map-container .nap-map .nap-map-item iframe {
    width: 100%;
    height: 100%;
}

/* Video Section CSS */
.page-template-practice-detail .html5-elem-data-box {
    display: none !important;
    opacity: 0;
}

.common-video-row .video-col-link {
    position: relative;
    margin-top: 25px;
}
.video-col-link a .play-icon {
    width: 55px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}

.video-col-link a {
    width: 100%;
    display: block;
    position: relative;
    box-shadow: 0px 0px 11px #707070;
}

.video-col-link {
    position: relative;
}

.practice-page-details .video-col-link a img {
    width: 100%;
    border-radius: 0px;
    position: relative;
}
/* Our Locations */

/* compensation page css */
.compensation-video-row .video-col-link .html5lightbox {
    width: 100%;
    position: relative;
    border-radius: 0px 0px 40px 40px;
    display: inline-block;
}
.compensation-video-row .video-col-link .html5lightbox img {
    width: 100%;
    border-radius: 0px 0px 40px 40px;
}
.compensation-video-row .video-col-link .html5lightbox .play-icon {
    width: 75px;
    height: 54px;
}
.compensation-full-width {
    width: 100%;
    position: relative;
    background: #263d55;
    padding: 70px;
    border-radius: 40px 40px  0px 0px;
}
.compensation-list * {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}
.compensation-full-width .compensation-title {
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 500;
    font-size: 44px;
    color: #fff;
    margin-bottom: 35px;
}
.compensation-list ul {
    margin-bottom: 35px;
    list-style: disc;
    padding-left: 45px;
    color: #fff;
}
.compensation-full-width .row {
    align-items: center;
}
.compensation-image {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
}
.compensation-image img {
    width: 100%;
}
.compensation-section  .forms-section {
    position: relative;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}
.forms-cta-text {
    background: var(--blue);
    text-align: center;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 50px;
    font-size: 34px;
}
.forms-cta-text p {
    margin: 0;
}
.forms-cta-text a, .forms-cta-text p a {
    color: #fff;
    line-height: normal;
    display: inline-block;
}
.forms-cta-text p a strong {
    color: #fff;
    text-decoration: underline;
}
.forms-cta-text p a:hover strong {
    text-decoration: none;
    color: #fff;
}
.compensation-section .container {
    max-width: 1200px;
}
/* compensation page css */

/* practice page css */
.practice-page-details .col-box-item {
    border: 1px solid #729DC0;
    background-color: #fffff9;
    box-shadow: 1px 1px 20px -9px #000000d6;
    color: #000000d6;
    text-align: left;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 100%;
}
.practice-page-details .col-box-item h2 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 400;
}
.practice-page-details .col-box-item h2 strong {
    font-size: 48px;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}
.practice-page-details .col-box-item p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
}
.col-box-row {
    margin-bottom: 40px;
    display: flex;
}
.col-box-row .col-md-6 {
    display: flex;
    margin-top: 30px;
}
.top-square-box-content {
    border: 6px solid #729DC0;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.top-square-box-content p:last-child {
    margin: 0;
}

/* practice page css */

/* home page css */
.left-content-image .right-img {
    display: flex;
}
.left-content-image .right-img img {
    object-fit: cover;
    object-position: center;
}
/* home page css */

/* Footer phone css */
.footer-phone-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.footer-phone-wrap a {
    background-image: url(../img/call-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: -10px -7px;
    color: #fff;
    padding-left: 46px;
    font-size: 24px;
    padding-bottom: 7px;
}
.footer-phone-wrap a:hover {
    color: var(--blue);
}
/* Footer phone css */

/* about page css */
.blue-back-row-content:nth-child(odd) {
    flex-direction: row-reverse;
}

.blue-back-row-content {
    margin-top: 40px;
}
.blue-back-row-content:first-child {
    margin-top: 0px;
}

.blue-back-row-content:nth-child(odd) .repeat-content-col {
    padding-right: 50px;
}

.blue-back-row-content:nth-child(even) .repeat-content-col {
    padding-left: 50px;
}
.blue-back-row-content .repeat-image-col {
    display: flex;
}

.blue-back-row-content .repeat-image-col .repeat-image-item {
    height: 100%;
}

.blue-back-row-content .repeat-image-col .repeat-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
/* about page css */

/* Practice CSS */
.home-practice-areas.list-style .pratice-area-list {
    margin-top: 0;
    margin-bottom: 24px;
}
.single-team-page .inner-content a {
    text-decoration: none;
    display: inline-block;
    line-height: normal;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.single-team-page .inner-content a:hover {
    color: #000000;
    border-color: #000;
}

.recent-blog a.post-image-blog img.no-featured-img {
    width: auto;
    border-radius: 20px;
    object-fit: contain;
}

.bloglistinner img.no-featured-img {
    width: auto;
    border-radius: 20px;
    object-fit: contain;
}
.nap-detail-page .contact-form .nap-wrapper {
  height: 100%;
}
.results-reviews-page {
        background: #FFFFF9;
    }
    .results-reviews-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .results-reviews-tabs .nav-item {
        display: block;
        width: calc(50% - 30px);
        max-width: 390px;
    }
    .results-reviews-tabs .nav-item .tab-link-btn {
        background: none;
        padding: 8px 60px;
        border-radius: 35px;
        font-weight: 500;
        font-size: 30px;
        line-height: normal;
        color: #5985A9;
        border: 1px solid #5985A9;
        width: 100%;
        display: block;
    }
    .results-reviews-tabs .nav-item .tab-link-btn.active, .results-reviews-tabs .nav-item .tab-link-btn:hover {
        background: #5985A9;
        color: #fff;
    }
/*    .results-reviews-tab-content {
        margin-top: 50px;
    }*/
    .results-reviews-page .tab-content .loop-col {
        margin-top: 1.5rem;
    }
    .reults-tab-content .case-card {
        border: 1px solid rgba(17, 17, 17, 0.2);
        padding: 30px;
        height: 100%;
        border-radius: 15px;
    }
    .reults-tab-content .case-amount {
        font-weight: 500;
        font-size: 55px;
        line-height: 1.2;
        color: #5985A9;
    }
    .reults-tab-content .case-title {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.2;
        color: #111111;
    }
    .reults-tab-content .content p, .modal-description {
        color: rgba(17, 17, 17, 0.7);
    }
    .reults-tab-content .case-popup-trigger {
        font-weight: 600;
        color: #000;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        gap: 0 10px;
    }
    .reults-tab-content .case-popup-trigger svg, .reults-tab-content .case-popup-trigger img {
        width: 20px;
        height: 20px;
    }
    .reults-tab-content .case-popup-trigger:hover {
        color: #5985A9;
    }
    .reults-tab-content .case-popup-trigger:hover svg {
        fill: #5985A9;
    }
    #caseResultModal .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 34px 20px;
    }
    #caseResultModal .btn-close {
        position: absolute;
        right: 10px;
        width: 45px;
        height: 45px;
        padding: 0;
        top: 10px;
        z-index: 99;
        cursor: pointer;
    }
    .testimonial-item, .case-result-item {
        transform: translateY(20px);
        transition: all 0.5s ease;
    }
    .load-more-btn {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        color: var(--body-color);
        background-color: var(--blue);
        background-image: url(../img/black-arrow.svg);
        background-position: calc(100% - 20px) center;
        background-size: 20px;
        background-repeat: no-repeat;
        transition: all 0.5s;
        line-height: 1.2;
        padding: 12px 45px 15px 25px;
        border-radius: 50px;
        border: 2px solid transparent;
    }
    .load-more-btn:hover {
        opacity: 0.85;
        background-color: transparent;
        border: 2px solid;
        border-color: var(--blue);
    }
    #caseContainer .loop-col{
        margin-bottom:1.5rem;
    }
  .menu-top > li > .sub-menu > li.menu-item-has-children > a {
    position: relative;
}

.menu-top > li > .sub-menu > li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(-45deg);
    height: 6px;
    width: 6px;
    right: 13px;
}
.image img{
    border-radius:20px;
}
.team-bottom-section{
    background-color:#3B3B3B;
}

/* Practice CSS */

/* css fixed*/
.custom-detail-row:nth-child(odd) {
    flex-direction: row-reverse;
}


.of-counsel .row.custom-detail-row:nth-child(odd) .image{
    text-align: right;
}

.of-counsel .row.custom-detail-row:nth-child(even) .image{
    text-align: left;
    width: 100%;
}
/* .inner-banner-wrapper.inner-banner{
    display: none;
} */
.inner-banner-wrapper img {
    width: 100%;
    /* height: calc(70vh - 10px);
    object-fit: cover;
    object-position: top center; */
    /* height: 450px; */
  
   width:100%;
   height:100%;
    object-fit: cover;
}

/* .inner-banner-wrapper .inner-container {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
} */

.inner-banner-wrapper.inner-banner:after{
    display: none;
}
.banner-wrap .outer_container{
    position: relative;
}
body {
    padding-top: 100px;
}
#header {
    top: 0px;
}
.blog-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #777;
    margin-top: 15px;
}
/*.home-page-banner .button_link{
        position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
}*/
.home-page-banner .button_link a {
    background-color: #fee05d;
    color: #000;
    border: 1px solid #fee05d!important;
    font-size: 20px;
    padding: 10px 35px;
    border-radius: 50px;
    background-image: none!important;
}
.home-page-banner .button_link a.button:hover{
   color: #fee05d!important;
   background-color:transparent!important;
}

.banner-wrap .btn-link a.black-btn {
    position: absolute;
    left:50%;
    bottom:30px;
    transform: translateX(-50%);
    background-color: #fee05d;
    color: #000;
    border: 1px solid #fee05d !important;
   border-radius: 50px;
	z-index:10;
  
}
.recent-blog{
	height:100%;
}
.banner-wrap .btn-link a.black-btn:hover {
    background-color: var(--blue);
    border-color: var(--blue) !important;
}

a.black-btn.btn-gold {
    background-color: #fee05d;
}
.btn-link a.black-btn.btn-gold:hover {
    background-color: var(--blue);
}

.mobile-contact-links {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-contact-links a.callusfix, .mobile-contact-links #mchat {
    width: 50%;
    text-align: center;
    padding: 10px 10px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-contact-links a.callusfix svg, .mobile-contact-links #mchat svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
}
.mobile-contact-links a.callusfix {
    border-right: 1px solid rgba(255,255,255,0.6);
}
.mobile-footer {
    padding-bottom: 60px;
}