/* Common CSS Start */
@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/mona-sans-expanded/MonaSans_Expanded-Medium.woff');   
}
@font-face {
    font-family: 'Mona Sans Black';
    src: url('../fonts/mona-sans-expanded/MonaSans-Black.woff');   
}
@font-face {
    font-family: 'Mona Sans Extrabold';
    src: url('../fonts/mona-sans-expanded/MonaSans_Expanded-ExtraBold.woff');   
}
:root {
    --bs-darkblue: #0D1C31;
    --bs-blue: hsla(195, 94%, 41%, 1);
--bs-orange:rgba(188, 84, 28, 1);
    --bs-black: #5C5C5C;
    --bs-darkblack: #000000;
    --bs-white: #ffffff;
    --bs-grey: rgba(49, 62, 73, 1);
    --bs-lightgrey: #E0E9EB;
    --bs-yellow:#hsla(34, 95%, 42%, 1);
}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth; }
body, html{
    height: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    color: var(--bs-grey);
    padding-top: 120px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Manrope", sans-serif;
	visibility: hidden;
}
body.loaded {
    visibility: visible;
}
p{
    font-size:16px;
}

img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--bs-orange);
}
.hide{
    display: none;
}
:focus{
    outline: 0;
    outline: none;
}
a {
    color: var(--bs-orange);
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
p:last-child{
    margin-bottom: 0
}
a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--bs-orange);
}
select{
/*    color: rgba(0,0,0,0);*/
/*    text-shadow: 0 0 0 #000;*/
}
a img{
    outline: 0;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
.fullwidth {
    position: relative;
    width: 100%;
    z-index: 1;
}
.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-color{
    background-color:#fafafa;
}
.logged-in header#header {
    top: 28px;
}
/* Define the zoom-in animation */
@keyframes zoomIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* Apply the zoom-in animation using WOW */
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}
/* body.logged-in {
    padding-top: 112px;
} */
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.page-button {
    margin-top: 9px;
}
.home-banner .form-heading{
    font-size:24px;
    font-weight:700;
}
.home-banner .form-content{
    font-size:20px;
    font-weight:500;
    margin-bottom:14px;
    line-height:normal;
}
.form-control:hover{
	cursor:pointer;
}
.btn {
    color: var(--bs-white);
    padding:17px 33px;
    outline: 0 !important;
    box-shadow: none !important;
    margin-top:30px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    white-space: normal;
    letter-spacing: 0.3px;
    text-align: left;
    border: 2px solid var(--bs-grey);
    z-index: 1;
    background-color: var(--bs-grey);
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    transition:0.5s;
    border-radius:50px;
   
}
.btn:hover {
    color: var(--bs-grey);
    background: 0 0;
    border-color: var(--bs-grey);
}
.home-banner .btn:hover {
    color: var(--bs-grey);
    background: none;
    border-color: var(--bs-grey);
}

.btn.focus, .btn:focus {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
.btn.focus:after, .btn:focus:after {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
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;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    position: relative;
    color: var(--bs-grey);
    font-family:'Manrope';
}
h1 {
    font-size: 40px;
    line-height: 75px;
    margin-bottom: 25px;
	
}
h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 60px;
	margin-top:30px;
}
h3 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 20px;
	margin-top:30px;
}
h4 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 20px;
	margin-top:30px;
}
h5 {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 20px;
	margin-top:30px;
}
h6 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
	margin-top:30px;
}
.section-pd {
    padding: 120px 0;
}
.title, .heading {
    font-family: 'Mona Sans';
    margin-bottom: 10px;
    position: relative;
    display: block;
/*    letter-spacing: .03em;*/
    line-height: 80px;
	top:-5px;
    font-size: 55px;
    font-weight: 500;
    color: var(--bs-grey);
    text-transform: none;
    margin-top: 0px!important;
}
.small-text {
    font-size: 30px;
    font-weight: 400;
    color: var(--bs-orange);
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}
div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}
.searchform .close-btn {
    right: 5px;
    top: 10px;
}

.searchform .close-btn:before, .searchform .close-btn:after {
    left: 0;
    right: 0;
    top: 8px;
}
/* Common CSS END */

/* Menu CSS Start */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
}
ul.menu-top li:first-child{
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 21px;
}
.menu-top li a {
    padding: 40px 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: var(--bs-grey);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--bs-orange);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 1;
}

.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
}
.menu-top li a:hover, .menu-top li a:focus {
    color: var(--bs-orange);
}
ul.menu-top>li.current-menu-item a:after{
border-width:0 2.3px 2.3px 0;
	border:solid var(--bs-orange);
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    color: var(--bs-orange);
    font-weight: 600;
}
.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after{
    display: none;
}
/* dropdown start here */
ul.menu-top li:hover>ul {
    display: block;
}

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

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

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

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

.menu-top .sub-menu li.current_page_item a {
    background-color: var(--bs-orange);
    color: #fff;
}

.menu-top .sub-menu > li.current_page_item ul li a {
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-weight: 400;
}

.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: var(--bs-orange);
    color: #fff;
}
.consult-section .wpcf7-response-output{
		bottom:-30px!important;
	}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

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

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
}

.nav-menu-inner {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.menu-top {
    position: relative;
    /*    width: 100%;*/
    transition: all ease-in-out 0.2s;
    text-align: right;
}
.menu-top li:first-child {
    padding-left: 0;
}
.menu-top li:last-child {
    margin-right: 0;
    padding-right: 0px;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: var(--bs-grey);
    min-width: 262px;
    text-align: left;
}
ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 12px 15px;
    line-height: 18px;
    margin: 0;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
   
    letter-spacing: 1px;
}
ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}
ul.menu-top li .sub-menu li a:hover {
    background-color: var(--bs-orange);
}
.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}
.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 2px;
}
header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}
.menu-header .sub-menu {
    visibility: hidden;
}
.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;

}
.menu-header ul li#menu-item-92:hover>ul{
    overflow: hidden;
    overflow-y: scroll;
    height: 387px;
}
.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: -2px;
    margin: auto;
    right: -9px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    width: 8px;
    bottom: 1px;
    border: solid var(--bs-grey);
    border-width: 0 2.3px 2.3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.menu-top li.menu-item-has-children:hover::after{
     border: solid var(--bs-orange);
     border-width: 0 2.3px 2.3px 0;
}
/* .menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/down-arrow-active.svg);
} */
/* Menu CSS END */
/* block css default */
.wp-block-group, .wp-block-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}
.wp-block-group ul, .wp-block-columns ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
}
/* block css default */
/* Header 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-image: url(../img/search-white.png);
    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);
}
.mobile-search-bar {
    background-color: rgba(49, 62, 73, 0.1);
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
    margin-right: 20px;
    top: 0;
    border-left: 2px solid hsla(0, 0%, 100%, 0.8);
    transition: 0.5s all;
}
.mobile-search-bar:hover .white-search-icon{
     opacity:0.7;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search-icon.svg);
    background-position: center;
    cursor: pointer;
}
header#header.small-header .search-bar-box {
    top: 0;
}
#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.btn {
    background-color: var(--bs-orange);
    padding: 20px;
    margin-top: 0;
}
.search-icon-form button.btn:hover {
    background-color: #fff;
    color: var(--bs-orange);
    border: 1px solid #fff;
}
.search-icon-form button.btn:focus{
    background-color: var(--bs-orange);
    color: #fff;
    border: 1px solid var(--bs-orange);
}
.search-wrapper {
    flex-direction: column;
    text-align: center;
}
.search-wrapper .title {
    color: var(--bs-orange);
    margin-bottom: 50px;
}
.search-input-box .form-control {
    color: #76777a;
}
.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{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}
.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}
#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}
.top-search-wrap {
    display: inline-block;
}
.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}
.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}
/* Header Search End */
/* Header CSS Start */
.menu-wrap, .mobile-header-sec{
    display: none;
}

.logo-wrapper {
    height: 100%;
    position: relative;
    width: 100%;   
    top: 0;
    max-width: 100%;
    
}

.logo-wrapper a {
    height: 100%;
    display: flex;
    justify-content:center;
	align-items:center;
}
.logo-wrapper a img {
    transition: 1s;
    height:100%;
    object-fit: contain;
    width:100%;
	
}
.menu-top li a, header#header.small-header .header-contact-info a {
    transition: 1s;
}
header#header.small-header .logo-wrapper a img {
    max-width: 100%;
    height:100%;
}
.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}
.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: end;
    align-items: center;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0;
    background-color: rgba(249,251,251,1);
    border-bottom: 1px solid hsla(0,0%,100%,.2);
}
/*.nav-menu-wrapper .menu-top ul {
    display:flex;
}*/
header#header.small-header {
/*    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);*/
    background: rgba(249, 251, 251, 1);
}
.header-top .header-left-logo {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    width:280px;
}
.header-aside-col {
    align-items: center;
    display: flex;
    width:calc(100% - 280px);
}
.header-top {
    padding: 0;
    width: 100%;
    position: relative;
}
.header-contact-info {
    margin-top: 0;
    position: relative;
    top: 0;
    display: flex;
   min-width:200px;
    flex-direction: column;
    padding:2px;
    background-color: var(--bs-orange);
    border-radius:50px;
    border:1px solid var(--bs-orange);
    transition:0.5s all;
}
.header-contact-info:hover{
    background-color:transparent;
}
.header-contact-info:hover a{
    color:var(--bs-orange);
    background-image:url(../img/phone-orange.svg);
}
.header-contact-info .header-text {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 2;
    transition: .5s;
    line-height: normal;
    padding-top: 4px;
}

.header-tagline {
    text-align: center;
    color: #fff;
    background: #bc541c;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    color: var(--bs-white);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 22px center;
    background-image: url(../img/phone-icon.svg);
    transition: 0.5s all;
    padding-left: 50px;
	line-height:16px;
}
.header-contact-info a span {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.header-contact-info a:hover {
    color:#d17905;
    cursor:pointer;
}

.header-contact-info .header-text:hover{
	color:#d17905;
    cursor:pointer;
}


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

header#header.small-header .nav-menu-inner {
    margin-top: 0;
}
.top-left-sec {
    display: flex;
    align-items: center;
    width: 100%;
}
.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:space-between;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}
.contact-form.contact-form-sidebar .wpcf7 .wpcf7-response-output{
	bottom:1px!important;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    border: none;
    background: var(--bs-grey);
    border-radius: 45px;
    z-index: 1;
}
.close-btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #46658e;
}
.close-btn:before, .close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff;
    right: 0;
    margin: auto;
    top: 11px;
}
.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #ffffff;
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}
.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 103px;
    z-index: 10000;
    background-color: var(--bs-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
/*    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);*/
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
}
.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    height: 46px;
    padding-left:10px;
    padding-right: 50px;
}
.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}
.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 0px;
    position: relative;
    background-image: url(../img/white-search.svg);
    opacity: 0.7;
}
.search-icon-form button:hover {
    opacity: 1;
}
.search-input-box .form-control:focus {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}
.mobile-search-bar-box .search-input-box {
    position: relative;
}
.req-error {
    position: absolute;
    font-size: 11px;
    bottom: 1px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 0px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: normal;
    text-transform: capitalize;
    bottom: -17px;
}
.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}
.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}
.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 40px;
}
.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}
.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}
/* Mobile Search Bar */
/* Header CSS End */

/* Contact Form CSS Start */
.wpcf7 form.spam .wpcf7-response-output {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wpcf7 .wpcf7-form-control-wrap.quiz-math, .wpcf7 .wpcf7-form-control-wrap.quiz-math label {
    width: 100%;
    margin: 0;
}
.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-banner div.wpcf7 .wpcf7-form .form-control {
    padding: 5px 20px 5px;
    font-size: 16px;
    text-transform: none;
    color: #000;
    background: none;
    height: 40px;
    font-weight: 400;
    border: 1px solid hsla(0, 0%, 100%, 1);
    opacity: 0.8;
    background-color:hsla(0, 0%, 100%, 1);
    border-radius:12px;
}
.common-form-style .form-group .form-control{
    padding: 5px 10px 24px;
    font-size: 16px;
    text-transform: none;
    color: #000;
    background: none;
    height: 70px;
    font-weight: 400;
    border-bottom: 1px solid hsla(208, 20%, 24%, 0.3);
    opacity: 0.9;
   padding-left:0px;
}
div.wpcf7 .wpcf7-form .form-control:focus {
    border-color: #434343;
}
div.wpcf7 .wpcf7-form textarea.form-control, .common-form-style .form-group textarea.form-control {
    height: 153px;
}
.form-group {
    margin-bottom: 2.5rem;
}
.wpcf7 .wpcf7-response-output {
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -23px;
    right: 0;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border: none !important;
    margin: 0 !important;
    background: #b31517;
    max-width: 389px;
}
.form-control, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
}
.menu-top li.current-menu-ancestor:after{
	border:solid var(--bs-orange);
border-width:0 2.3px 2.3px 0;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0px 0px;
    line-height: 6px;
    text-transform: capitalize;
}
.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}
.wpcf7{
    position: relative;
}
.btn-wrap {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 190px;
  
    margin-right: 0;
    margin-left: 0;
}
.btn-wrap .wpcf7-submit {
    display: inline-block;
    position: relative;
    min-width: auto;
    z-index: 1;
}
.wpcf7 .btn-wrap {
    position: relative;
}
.wpcf7 .btn-wrap .btn {
    width: 100%;
    text-align: center;
    margin-top:8px;
    padding:15px 23px;
}
.wpcf7 .btn-wrap:after {
    right: -70px;
    left: 0;
    margin: auto;
}
.wpcf7 .btn-wrap:hover:after {
    background: url(../img/btn-arrow-hover.svg) no-repeat;
    background-size: contain;
    background-position: center
}
div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}
div.wpcf7 form.submitting .btn-wrap input, .sidebar div.wpcf7 form.submitting .btn-wrap input {
    color: #ffffff;
    background-color: var(--bs-orange);
    border: 2px solid var(--bs-orange);
    text-decoration: none;
}
div.wpcf7 form.submitting .btn-wrap {
    border: none;
    color: #000;
    background: none;
    border-color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    max-width: 224px;
    visibility: hidden;
    display: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 form.sent .wpcf7-response-output, .thank-you-message {
    color: #fff !important;
    background: #00772c !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 1;
}
textarea {
    resize: none;
    height: 5rem;
}
[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none;
}
/* placeholder */
.wpcf7 ::-webkit-input-placeholder {
    color: hsla(208, 20%, 24%, 1);
   
}

.wpcf7 ::-moz-placeholder {
   color:hsla(208, 20%, 24%, 1);
   line-height:normal;
}

.wpcf7 :-ms-input-placeholder {
  color: hsla(208, 20%, 24%, 1);
  line-height:normal;
}

.wpcf7 :-moz-placeholder {
    color: hsla(208, 20%, 24%, 1);
    line-height:normal;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: -14px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 4px;
    border-radius: 0px;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0px;
    display: none;
}
.wpcf7 .quiz-math .wpcf7-not-valid-tip {
    font-size: 10px;
    display: inline-block;
}
/* Contact Form CSS END */

/* footer social icon */
.footer-social-icon-wrap {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
ul.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 0px;
    gap:0px!important;
}
ul.footer-social li {
    margin: 0;
    margin-right: 3px;
	margin-bottom:10px;
}
ul.footer-social li:last-child {
    margin-right: 0px;
}
.footer-social li a {
    position: relative;
    height: 42px;
    width: 42px;
    line-height: 35px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border:1px solid hsla(206, 11%, 71%, 1);
    border-radius:50%;
}

ul.footer-social li a svg, ul.footer-social li a img {
    height: 16px;
    width: 25px;
}
ul.footer-social li a svg path{
    transition:0.5s all;
}
ul.footer-social li a:hover svg path{
    fill:#fff;
}
ul.footer-social li a:hover{
    background-color:var(--bs-orange);
    border:1px solid var(--bs-orange);
}
ul.footer-social li a:hover svg circle, ul.footer-social li a:hover svg rect {
    fill: var(--bs-orange);
}
.footer-sec ul li a br, ul.menu-top li a br {
    display: none;
}
.footer-sec ul li.current_page_item a {
    color: var(--bs-orange);
}
/* footer social icon */
/* Footer CSS Start */
.footer-logo a {
    max-width: 230px;
    display: inline-block;
}
.main-footer {
    background:var(--bs-lightgrey);
    padding-top: 90px;
}
.footer-row .footer-consultation{
    background-color:hsla(0, 0%, 100%, 0.1);
    padding:30px;
}
.footer-consultation .consult-title p{
    letter-spacing:1px;
    font-size:24px;
    line-height:40px;
}
.footer-consultation .consult-title p a{
    font-weight:600 ;
}
.footer-consultation .consult-title p a:hover{
    text-decoration:none;
    color:#D37905;
}
.footer-row{
    padding-bottom:25px;
	 padding-top:50px;
    display:flex;
    justify-content:space-between;
}
.main-footer  {
    color: var(--bs-grey);
}
.footer-left-side {
    padding-right: 35px;
}
.footer-right-side {
    padding-left: 15px;
}
.footer-info p {
    font-weight: 500;
    font-size: 25px;
    margin-top:0px;
}
.footer-logo img {
    width: auto;
    max-width: 240px;
}
.footer-wrapper {
    margin-bottom: 55px;
}
.nap-listing-title ul{
    column-count:1!important;
}
.footer-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 60px;
	letter-spacing:2px;
        margin-top:10px;
}
.footer-info-btn{
    margin-top:0px;
}
.orange-btn {
	text-align:center;
    line-height: normal;
    background-color: var(--bs-orange);
    color: #fff;
    padding: 17px 33px;
    font-weight: 500;
    border-radius: 50px;
    transition: 0.5s all;
    border:1px solid var(--bs-orange);
    text-transform: uppercase;
    margin-top:30px;
    display:inline-block;
    min-width:220px;
}
.orange-btn:hover{
    border:1px solid var(--bs-orange);
    background-color:transparent;
    color:var(--bs-orange);
}
.copyright {
    padding-left: 0px!important;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    padding: 30px;
    border-top: 1px solid hsla(208, 20%, 24%, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0px;
}
.copyright p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
.copyright .small-nav {
    margin-left: 5px;
    font-size: 16px;
    color: var(--bs-white);
}
.small-nav a {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-right: 0;
    font-weight: 400;
    color: var(--bs-grey);
    margin-left: 4px;
    text-decoration: none;
}
.small-nav a:hover {
    color: var(--bs-orange);
}
.small-nav a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--bs-grey);
    top: 2px;
    right: -15px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.small-nav a:last-child:after {
    display: none;
    opacity: 0;
}
.cname{
	font-weight:700!important;
}
.footer-sec ul {
    column-count: 2;
    gap:60px;
}
.footer-sec ul li {
    position: relative;
    margin-bottom: 15px;
}
.footer-sec ul li a {
    padding: 0;
    display: inline-block;
    color: var(--bs-grey);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding-left: 0;
    
}

.footer-sec ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 12px;
    height: 2px;
    background: var(--bs-orange);
    opacity: 0;
}
.footer-sec ul li a:hover {
    color: var(--bs-orange);
}
.footer-sec ul li:last-child {
    margin-bottom: 0px;
}
.footer-consultation .consult-title{
    font-size:24px;
    line-height:40px;
}
.footer-consultation .consult-title span{
    font-weight:600;
    color:hsla(34, 95%, 42%, 1);
}
/* nap css */
.nap-address-info, .nap-address-info a, .nap-address-info *, .nap-contact-info .phoneno, .nap-time-info {
    padding: 0;
    display: inline-block;
    color: var(--bs-grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
}
.nap-contact-info {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
	margin-bottom: 20px;
}
.nap-address-info {
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 8px;
    padding-left: 42px;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 16px;
	display:flex;
	flex-direction:column;
	/* min-height: 160px; */
}
.nap-wrapper{
	margin-bottom:20px;
}
.contact-row .heading{
	margin-top:0px !important;
}
.nap-contact-info .phoneno {
    display: inline-block;
    /* padding: 10px 0; */
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 42px;
    /* line-height: normal; */
    background-image: url(../img/phone-icons.svg);
}
.nap-contact-info .email_address {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 30px;
    line-height: normal;
    background-image: url(../img/mail.svg);
}
.nap-contact-info .phoneno, .nap-fax-info, .nap-contact-info .phoneno span {
    color: var(--bs-grey);
    font-weight:400;
}

.nap-address-info .direction-link {
    color: var(--bs-grey);
    border-bottom: 1px solid var(--bs-grey);
    line-height: normal;
}
.nap-contact-info .email_address:hover, .nap-contact-info .email_address:hover span {
    color: var(--bs-orange);
}
.nap-address-info .direction-link:hover {
    color: var(--bs-orange);
    border-color: var(--bs-orange);
}

.nap-contact-info .phoneno:hover, .nap-contact-info .phoneno:hover  span{
    color: var(--bs-orange);
}
/* nap css */

.footer-sec ul li a br, ul.menu-top li a br {
    display: none;
}
/* Footer CSS Start END */
/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.page-template-template-about  .site-schema {
    margin-top: 70px;
}
.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--bs-orange);
    letter-spacing: 1px;
}
.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}
.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}
.site-schema {
    margin-top: 50px;
}
.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}

.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}

.review-schema-wrapper + .clientreviews.video-schema {
    margin-bottom: 70px;
}
/*  Site Schema Styling End */

/* Home banner css */

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.home-banner {
    /* padding-bottom: 190px; */
    padding-top: 40px;
    position: relative;
    height: calc(100vh - 120px);
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    min-height: 650px;
}
.home-banner .client-image img {
    transform: translateX(-50%);
    position: absolute;
    left: 56%;
    bottom: 0px;
    height: 85%;
}
.banner-wrap .banner-small-title{
    text-transform: capitalize;
    font-size:45px;
    color:hsla(0, 0%, 100%, 1);
    margin-bottom:16px;
	font-weight:500;
     font-family:'Mona Sans';
    line-height: 47px;
}
.banner-wrap .banner-title{
    line-height: 75px;
    font-size: 72px;
    margin-top:40px;
/*    margin-bottom:40px;*/
}
.banner-wrap .banner-content{
    font-size:25px;
    letter-spacing:4px;

}
.small-heading{
    font-size:40px;
    font-family:'Mona Sans';
    color:var(--bs-grey);
    margin-top:0px;
    line-height:50px;
    font-weight:500;
}
.practice-list{
    width:16%;
    background-color:#fff;
    border-radius:20px;
    border:1.5px solid #fff;
    transition: 0.3s all;
}
.practice-list:hover{
    border:1.5px solid var(--bs-orange);
}
.practice-row{
    flex-wrap:wrap;
     gap:45px;
     justify-content: center;
}
.practice-list .practice-item {
    box-shadow: 2.44px 2.44px 18.32px 0px #00000026;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 22px;
    height: 100%;
    border-radius: 15px;
}
.practice-list svg{
    height:65px;
    width:65px;
}
.menu-top li.menu-item-has-children.current-menu-item:after {
    content: "";
    position: absolute;
    top: -2px;
    margin: auto;
    right: -9px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    width: 8px;
    bottom: 1px;
    border: solid var(--bs-orange);
    border-width: 0 2.3px 2.3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
ul.menu-top li .sub-menu li.current-page-ancestor a{
/* 	background-color:var(--bs-orange); */
}
.bg-background{
    background-color:#F6F6F6;
    padding:65px;
    border-radius:24px;
}
.practice-list .practice-title{
    font-size:20px;
   color:#052C4A;
   line-height:normal;
   font-weight:500;
   margin-top:10px;
}
.video-box img{
    width:100%;
}
.home-banner .sidebar-form {
    background-color: hsla(0, 0%, 100%, 0.78);
    padding: 20px 21px;
    border-radius: 15px;
}
.custom-bottom-section .count-row{
    display:flex;
}
.custom-bottom-section .count-row .content{
    width:20%;
    border-right:0.5px solid hsla(0, 0%, 100%, 0.4);
}
.custom-bottom-section .count-row .content:last-child {
    border-right: none;
}
.custom-bottom-section .count-row .content h2{
    font-family:'Source Serif 4';
    color:#fff;
    font-size:30px;
    font-weight:400;
    text-transform:uppercase;
    margin-bottom:0;
}
.custom-bottom-section .count-row .content p{
    font-size:20px;
}
/* .custom-bottom-section:after{
	background-image:url(../img/images.png)!important;
	position:absolute;
	content:'';
	left:0;
	width:100;
} */

.practice-listing-new .nav-link{
    border-left:1px solid hsla(0, 0%, 100%, 0.25);
    border-radius:0;
}



.team-section .team-content .btn_wrap{
    margin: 0 auto 15px auto;
    display: block;
    text-align: center;
}
.team-section .team-content .btn_wrap .btn{
    margin-top: 10px;
}
.content-main p{
	font-size:18px;
}

.content-section .row:nth-child(odd){
    display:flex;
    flex-direction:row
}
.content-section .row:nth-child(even){
    display:flex;
    flex-direction:row-reverse;
}
.image img{
    width:100%;
}
.practice-listing-new{
    background:hsla(215, 87%, 15%, 1);
    position:relative;
}
.practice-listing-new .image img{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    z-index:1;
    object-fit:cover;
    object-position:center;
}
.practice-listing-new .tab-contents{
    position:relative;
    z-index:3;
    padding-left:60px;
}
.tab-content .tab-contents .about-title{
    color:hsla(0, 0%, 100%, 1);
    font-size:30px;
    margin-bottom:20px;
}
.tab-content .tab-contents p{
    color:#fff;
}
.practice-listing-new .tab-titles{
    padding:10px 30px;
}
.new-section-pd{
	padding-top:45px;
	padding-bottom:45px;
}
.practice-listing-new .tab-titles svg {
    height: 45px;
    width: 45px;
    margin-right: 20px;
}
.practice-listing-new .tab-titles  .tab-headings{
    font-size:22px;
    display:inline-block;
    color:#fff;
}
.practice-listing-new .nav-link{
	width:97%;
}
.practice-listing-new .nav-link.active{
    background-color:hsla(195, 94%, 41%, 0.1);
    border-left:3px solid hsla(195, 94%, 41%, 1);
    border-radius:0;
	transition:0.5s all;
}
.practice-listing-new .nav-link.active .tab-headings{
    color: hsla(195, 94%, 41%, 1);
    font-weight:700;
}
.practice-listing-new .nav-link:hover{
    cursor:pointer;
	
}
.practice-listing-new .tab-heading .contents p{
    color:#fff;
}
.practice-listing-new .block{
    margin-top:20px;
}
.results-section{
    background-image:url(../img/back.png);
    background-size:cover;
    background-repeat:no-repeat;
}
.choose-section{
    background-color:var(--bs-orange);
    position:relative;
}
.inner-banner-section .dark-background-bottom{
    height:50px;
    width:100%;
    position:absolute;
    background-color: hsla(34, 95%, 42%, 1);
    bottom:0;
    left:0;
    z-index:3;
    clip-path:polygon(0% 0%, 100% 98%, 100% 100%, 0% 100%);
}
.choose-section .outer-block{
    display:flex;
}
.choose-section .outer-block .common-block {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-footer{
    position:relative;
}
.main-footer .dark-background-top{
    background: hsla(34, 95%, 42%, 1);
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    clip-path: polygon(100% 0%, 100% 98%, 100% 100%, 0% 100%)!important;
    transform: rotateX(180deg);
}
.tab-contents .icon svg{
	width:75px;
}
.choose-section .outer-block .common-block .image{
    display: flex;
    justify-content: center;
    align-items: center;
    background:#052047;
    height: 100px;
    border-radius: 50%;
    width: 100px;
}
.choose-section .outer-block .common-block .title{
    font-size:20px;
    font-family:'Source Serif 4';
    color:#fff;
    text-transform:capitalize;
    line-height:30px;
    margin-top:18px!important;
    margin-bottom:7px;
	font-weight:300!important;
}
.choose-section .outer-block .common-block .contentss{
    font-size:16px;
    line-height:21px;
    color:#fff;
}
.bloginfo .blogs {
    position: relative;
    padding: 20px 20px 80px;
    border: 1px solid hsla(0, 0%, 0%, 0.1);
    height: 100%;
}
.bloginfo .blogs .image a{
    display:block;
    overflow:hidden;
}
.bloginfo .blogs .image a img {
    transition:0.5s all;
}
.bloginfo .blogs .image a:hover img{
    transform:scale(1.1);
}
.bloginfo .blogs .titles a{
    font-size:20px;
    color:#000;
    font-family:'Source Serif 4';
   
    margin-top:20px;
    display:block;
}

.content-section .col-group:nth-child(even) .left-content {
    padding-right: 45px !important;
}
.content-section .col-group:nth-child(odd) .left-content {
    padding-left: 45px !important;
}
.choose-section{
    position:relative;
    z-index:1;
}
.dark-background-top{
    height:50px;
    width:100%;
    position:absolute;
    background-color: hsla(215, 87%, 15%, 1);
    top:0;
    left:0;
    z-index:3;
    clip-path:polygon(0% 0%, 100% 98%, 100% 100%, 0% 100%);
    transform:rotateX(180deg);
}
.dark-background-bottom{
    height:50px;
    width:100%;
    position:absolute;
    background-color: hsla(215, 87%, 15%, 1);
    bottom:-1px;
    left:0;
    z-index:3;
    clip-path:polygon(100% 0%, 100% 98%, 100% 100%, 0% 100%);
}
.contact-section .map{
    height:100%;
}
.contact-section .map iframe{
    width:100%;
    height:100%;
}
.contact-section .contact-form {
    width: 80%;
    padding: 70px 35px;
}
.results-section{
    position:relative;
}
.results-section .dark-background-top{
    background: hsla(34, 95%, 42%, 1);
}
.results-section .dark-background-bottom{
    background: hsla(34, 95%, 42%, 1);
}
.tab-contents .btn-grp a{
    text-transform:uppercase;
	position:relative;
}
.tab-contents .btn-grp a:after {
    position: absolute;
    content: '';
    background-color: var(--bs-orange);
    width: 142px;
    height: 1px;
    bottom: -7px;
    left: 0;
}
.results-section .exp-content{
	padding-top:25px;
	padding-bottom:25px;
}
.practice-listing-new .nav-link.active .tab-titles svg path{
    fill:#069acb;
}
.tab-content .tab-contents .icon{
    margin-bottom:25px;
}
.mobile-row .blocks{
    border:1px solid hsla(0, 0%, 100%, 0.3);
    padding:20px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mobile-row .blocks .tab-titles{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:0px;
}
.mobile-row .blocks .tab-headings{
    font-size:16px;
    text-align:center;
    line-height:26px;
    margin-top:15px;
}
.mobile-row .blocks  .tab-titles svg{
    margin-right:0px;
}
.link a{
    color: hsla(195, 94%, 41%, 1);
    font-weight:700;
	position:relative;
}
.link a svg{
    margin-left:12px;
    vertical-align:middle;
    transition:0.5s all;
}
.link a:hover svg{
    transform:translateX(15px);
}
.blogs .link {
    position: absolute;
    margin-top: 20px;
    bottom: 30px;
}
.team-section .team-content .image a{
    display:block;
    overflow:hidden;
}
.team-section .team-content .image a img:hover{
    transform:scale(1.03);
}
.offer-section{
    position:relative;
    background: hsla(215, 87%, 15%, 1);
}
.offer-section .dark-background-top{
    background: hsla(34, 95%, 42%, 1);
}
.offer-section .dark-background-bottom{
    background: hsla(34, 95%, 42%, 1);
}
.offer-section .offer-content .detail-content a{
    color:hsla(34, 95%, 42%, 1);
    font-weight:600;
}
.offer-section .images{
    padding:40px;
    border:8px solid #fff;
    background: hsla(0, 0%, 100%, 0.1);
    display: flex;
    justify-content: center;
}
.breadcrumbs-block #breadcrumbs {
    text-transform: capitalize;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
}
.error404 .breadcrumbs-block {
    display: none;
}
.footer-logo{
    padding-right:90px;
}
.content .item .practice-titles{
    font-size:30px;
    font-family:'Source Serif 4';
    text-transform:uppercase;
    margin-bottom:16px;
    letter-spacing:1px;
	font-weight:400;
}
.custom-bottom-section .count-row .slick-slide.slick-current.slick-active .content{
    border-right:1px solid hsla(0, 0%, 100%, 0.4);
    padding-right:6px;
}
.exp-content .content p{
    font-size:20px;
}
.exp-content .content p a:hover{
    color:#fff;
}
.exp-content h2 {
    font-size:55px;
	max-width:500px;
    font-family:'Alike';
	color:#fff;
}
.exp-content h2 p{
    font-size:40px;
	line-height:42px;
	  font-family:'Alike';
	display:inline;
}
.practice-listing-new .contents p{
	font-size:18px;
}
u{
	text-decoration:none!important;
}
 .default-image{
	background-color:var(--bs-orange);
	display:flex;
	justify-content:center;
	height:350px;
	align-items:center;
	 border-radius:5px;
}
 .default-image img {
    height: 55px;
    width: 160px !important;
    object-fit: contain !important;
}
.bloginfo{
	background-color:#fafafa;
}
.blogs .default-image{
	height:258px!important;
	border-radius:0;
}
.banner-content p{
	font-size:25px;
	font-weight:600;
}
.personal-injury-section{
	padding-top:140px !important;
	padding-bottom:140px !important;
}
.experience-right-content .image{
	position:relative;
	z-index:3;
		
}
.experience-right-content .image:before{
	height:100%;
	width:100%;
	position:absolute;
	z-index:-1;
	content:'';
	border:1px solid hsla(0, 0%, 12%, 0.20);
	left:30px;
	top:30px;
}
.small-nav a{
	transition:0.5s all;
}
small-nav a{
	cursor:pointer;
}
.link a:after{
	 position: absolute;
    content: '';
    background-color: var(--bs-orange);
    width: 142px;
    height: 1px;
    bottom: -7px;
    left: 0;
}
.video{
	position:relative;
}
.video .links .youtube{
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video svg path{
	transition:0.5s all;
}
.video svg:hover path{
	fill:var(--bs-orange);
}
.practice-listing-new .tab-content .tab-pane, .practice-row .tab-content .tab-pane {
    opacity: 0;

}

.practice-listing-new .tab-content .tab-pane.active , .practice-row .tab-content .tab-pane.active {
    opacity: 1;  
}
.personal-injury-section .image {
	position:relative;
}
.personal-injury-section .image .links .youtube{
	position:absolute;
	right:15px !important;
	bottom:15px !important;	
	
}
.personal-injury-section .image .links .youtube rect{
	transition:0.5s all;
}
.personal-injury-section .image .links .youtube:hover rect {
fill: var(--bs-orange);
    stroke: var(--bs-orange);	
}
.contact-forms .heading{
	margin-bottom:0 !important;
}
.contact-forms .contact-btn .btn{
	margin-top:8px!important;
}
.practic-row .title-main{
	font-weight:700!important;
	font-size:18px;
}
.practic-row .accordion .content-practice{
	margin-bottom:20px;
}
.practic-row .accordion-button span{
	text-transform:capitalize;
	margin-left:12px!important;
}
.practic-row .accordion-button svg path{
	 stroke: var(--bs-orange);
    fill: var(--bs-orange);
}
.practic-row .accordion-button svg{
	height:40px;
	width:40px;
}
.accordion-item .accordion-button:not(.collapsed) svg path{
	stroke:#fff;
    fill: #fff;
}
.contact-sec-content {
    color: #052148;
    text-align: center;
    background: #D17905;
	font-weight: 600;
}

.show .tab-response {
    opacity: 1;
}
.tab-response {
    opacity: 0;
    transition: .2s;
}
/*Updated Header Footer*/
.header-new {
    background: rgba(6, 154, 203, 1);
}
.footer-new{
    background: rgba(6, 154, 203, 1);
}
.footer-new .nap-address-info{
    background-image: url(../img/location-white.svg);
    background-repeat: no-repeat;
}
.footer-new .nap-contact-info .phoneno{
    line-height: normal;
    background-image: url(../img/phone-white.svg);
}
.consult-link a.btn-new {
    background: rgba(211, 121, 5, 1);
}
.form-with-map{
	background-color:#fafafa;
}
.page-template-template-team .form-with-map , .page-template-attorney .form-with-map {
	background-color:transparent;
}
.prac-heading {
    line-height: 35px;
    font-size: 45px;
}

.faq-section .load-more-btn .btn{
    width: fit-content;
    margin: 0 auto;
}
.faq-section .sidebar{
    padding-left: calc(var(--bs-gutter-x) * .5);
}
select.form-control {
appearance: none!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  background: url('../img/drop-down.svg') no-repeat right 18px center!important;

}
.contact-form-sidebar div.wpcf7 select.form-control {
appearance: none!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  background: url('../img/drop-white.svg') no-repeat right 18px center!important;

}
.home-banner select.form-control{
	background-color:white!important;
}
/* select.form-control:after{
	content:'';
	position:absolute;
	right:0px;
	background-image:url(../img/drop-down.svg);
	background-size:50px;
	background-position:25px center;
} */
.title-form{
    font-size:30px;
    color:#fff;
    font-weight:700;
    line-height: 40px;
    margin-bottom: 15px;
}
.contact-form-sidebar .wpcf7 select.form-control {
    background:var(--bs-grey) !important;
}
.need-section,.rest-section,.case-result,.team-section,.consult-section{
    background-color:#F6F6F6;
}
.case-result .heading span {
    color: var(--bs-orange);
    font-weight: 900;
    font-family: 'Mona Sans Black';
}
.case-result .counter{
    display:flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
    align-items:center;
    background-color:#fff;
    border:1px solid #BC541C;
    border-radius: 8px;
    padding:30px;
}

.case-result h2 {
    margin-top: 0;
}


/* .case-result .row.gx-lg-4{
    --bs-gutter-x:2rem;
} */
.medium-heading {
    color: #000;
    font-weight: 800;
    font-size: 48px;
    font-family: 'Mona Sans Extrabold';
}
.blog-details{
	padding-left:12px;
}
.counter .small-title{
    color:#000;
    font-weight:800;
    font-size:20px;
    margin-top:10px;
    line-height: normal;
/*    font-family: 'Mona Sans Extrabold';*/
}
.badge-box{
    display:flex;
    flex-wrap: wrap;
}
.bg-section{
    background-color:var(--bs-grey);
}
.content-mains p {
    font-size: 28px;
    font-weight: 300;
    line-height: 45px;
}
.content-mains p span{
    font-weight:700;
}
.team-image img{
    border-radius:8px;
}
.team-member .title-team{
   font-size:24px;
   color:var(--bs-grey);
   font-weight:700;
   transition: 0.5s all;
}
.team-member .title-team:hover{
    color: var(--bs-orange);
}
.team-member .designation{
   font-size:20px;
   color:var(--bs-grey);
   font-weight:400;
   line-height:20px;
}
.page-template-team .team-section{
    background-color:transparent;
}
.team-details {
    padding: 15px 20px 10px 23px;
}
.blog-post .post-image img{
    width:100%;
    border-radius:8px;
    transition: 1s all;
}
.blog-post .post-image{
    display:block;
    border-radius: 8px;
    overflow: hidden;
}
.blog-section .row.gx-lg-5{
    --bs-gutter-x:5rem;
}
.blog-section a:hover img{
    transform: scale(1.05);
}
.team-section .team-image{
    border-radius:8px;
    overflow: hidden;
    display: block;
	max-height:288px;
}
.team-section .team-image img {
    border-radius: 8px;
    transition: 0.6s all ease-in-out;
    min-height: 288px;
    object-fit: cover;
	width:100%;
	height:100%;
}
.team-section a{
	overflow:hidden;
}
.team-section a:hover img{
    transform: scale(1.05);
}
.blog-details .title-team{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
    color:var(--bs-grey);
    transition: 0.5s all;
}
.blog-details .title-team:hover{
    color:var(--bs-orange);
}
.blog-details{
    margin-top:15px;
    margin-top:40px;
}
.blog-details .content{
    color:var(--bs-grey);
    margin-bottom:10px;
}
.blog-details .links{
    text-transform: uppercase;
    color:var(--bs-grey);
    position: relative;
}
.blog-details .links:after{
    content:'';
    position: absolute;
    width:95px;
    height:1px;
    background-color:var(--bs-grey);
    left:0;
    bottom:0;
    transition: 0.5s all;
}
.blog-details .links:hover::after{
     background-color:var(--bs-orange);
     transition: 0.5s all;
}
.blog-details .links:hover{
    color:var(--bs-orange);
}
.badge-section .small-title{
    font-size:25px;
    font-weight:500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:10px;
}
.home-banner div.wpcf7 .wpcf7-form textarea{
    height:117px!important;
	padding-top:4px!important;
}
.home-banner div.wpcf7 .wpcf7-form .form-group{
    margin-bottom: 14px;
}
.team-section .heading{
    margin-bottom:5px;
}
.orange-box {
    background-color: var(--bs-orange);
    padding: 50px 75px;
    border-radius: 16px;
}
.orange-box .small-heading{
    font-size:36px;
    font-family:'Mona Sans';
    text-transform: uppercase;
}
.phone a{
    font-weight:500;
    font-size:38px;
    color:#fff;
    transition: 0.5s all;
    margin-top:30px;
    display:inline-block;
}
.phone a:hover{
    color:var(--bs-grey);
}
.phone a svg {
    width: 40px;
    height: 38px;
}
.support-section .client-image img{
    height:100px;
    width:100px;
    border-radius:50%;
}
.practice-section .heading{
    line-height: 50px;
}
.client-image{
    margin-top:35px;
    gap:20px;
}
.client-details .name, .client-details .designation{
    font-size:20px;
} 
.images img,.image img{
    border-radius:8px;
    
}
.verified-section img{
    width:100%;
}
.badge-box{
    justify-content: space-between;
}
.badge {
    display: flex !important;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.badge-box .slick-track {
    display: flex;
}
.badge-box .slick-slide {
    height: auto;
}
.slick-slide > div {
    height: 100%;
}
ul.footer-social{
    flex-wrap:wrap;
}
.types-section .image-with-content{
   justify-content: end;
   gap:70px;
   align-items:center;
   
}
.list-style ul li:after {
    position: absolute;
    left: -33px;
    top: 14px;
    content: "";
    width: 12px;
    height: 12px;
    outline: 1px solid var(--bs-orange);
    outline-offset: 3px;
    border-radius: 50%;
    background-color: var(--bs-orange);
}
.list-style ul li{
    position: relative;
}
.types-section .contents-main{
    border-right:1px solid hsla(208, 20%, 24%, 0.2);
    padding-right:35px;
   
}
.types-section .row.list-style{
    border-bottom:1px solid hsla(208, 20%, 24%, 0.2);
    padding-bottom:30px;
}
.types-section .collisions-box:after{
    opacity: 0.56;
    position: absolute;
    height:100%;
    width:100%;
    content:'';
    top:0;
    left:0;
    border-radius:15px;
    transition: 0.5s all;
	background-color:#000000;
}
.types-section .hovered-box{
    opacity:0 ;
    flex-direction: column;
    padding:30px;
    justify-content: flex-end;
    text-align: left;
    position: absolute;
    bottom:15px;
    left:15px;
    align-items: normal;
    transition: 0.5s all;
    right:0;
    padding-right:45px;
}

.types-section .collisions-box:hover::after{
  background-color:hsla(21, 74%, 42%, 0.5);  
  opacity: 1;
}
.kramer-difference .image img{
	height:100%;
	object-fit:cover;
}
.kramer-difference .image{
	height:100%;
}
.types-section .collisions-box:hover .hovered-box{
    opacity: 1;
}
.types-section .collisions-box:hover .hovered-box .location-title{
    opacity: 1;
}
.collisions-box .image-box .location-title{
    position: absolute;
    bottom:30px;
    left:30px;
    color:#fff;
    font-size:30px;
    font-weight:500;
	z-index:5
}
.collisions-box .image-box img{
    width:100%;
}
.collisions-box:hover .image-box .location-title{
    opacity: 0;
}
.collisions-box .hovered-box .location-title{
    color:#fff;
    font-size:30px;
    font-weight:500;
}
.collisions-box .hovered-box .contents{
    line-height:35px;
    z-index: 999;
}
.box-accidents .slick-slide {
  padding: 0 8px; /* 10px space on left and right */
}

.box-accidents .slick-list {
  margin: 0 -8px; /* negate padding so alignment stays correct */
}
.box-accidents .slick-prev {
    position: absolute;
    right: 100px;
    top: -65px;
    font-size:0;
    background-image:url(../img/prev.svg);
   height:55px;
   width:55px;
   border:1px solid hsla(208, 20%, 24%, 1);
   border-radius:50%;
   background-position: center;
   background-repeat: no-repeat;
    background-size:8px;
}
.box-accidents .slick-next {
    position: absolute;
    right: 30px;
    top: -65px;
    background-image:url(../img/prev.svg);
     background-position: center;
     background-size:8px;
     background-repeat: no-repeat;
    font-size:0;
    padding:5px;
    height:55px;
   width:55px;
   border:1px solid hsla(208, 20%, 24%, 1);
   border-radius:50%;
   transform: rotate(180deg);
}
.home-banner .orange-btn:hover{
    color:#fff;
    border:1px solid #fff;
}
.box-accidents .slick-next:hover{
    background-color:var(--bs-orange);
    border:1px solid var(--bs-orange);
    transform: rotate(0deg);
    background-image:url(../img/next-icon.svg);
}
.box-accidents .slick-prev:hover{
    background-color:var(--bs-orange);
    border:1px solid var(--bs-orange);
    transform: rotate(180deg);
    background-image:url(../img/next-icon.svg);
}
.types-section{
    background-color:#F6F6F6;
}
.potential-section-content ul{
    column-count:2;
}

.list-style-dark ul li:after {
    position: absolute;
    left: -33px;
    top: 14px;
    content: "";
    width: 12px;
    height: 12px;
    outline: 1px solid #fff;
    outline-offset: 3px;
    border-radius: 50%;
    background-color: #fff;
}
.list-style-dark ul li{
    position: relative;
}
.list-style-dark ul{
    margin-left:30px;
}
.location-box .hovered-box a{
	transition:.1s all ease-in-out!important;
}
.top-row{
    border-bottom:1px solid hsla(0, 0%, 100%, 0.2);
    padding-bottom:30px;
}
.contact-form .wpcf7{
	padding:0px!important;
	box-shadow:none!important;
}
.home-banner .form-heading,.home-banner .form-content
{
	padding-left:12px;
}
.team-member a:hover .title-team{
	color:var(--bs-orange);
}

.video-box .play-icon{
position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


/*New Changes*/

.font-largr p{
	font-size: 20px;
}

.pd-top-cstm{
	padding-top: 10px;
}

.contact-last-child{
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.broken_link, a.broken_link{
	text-decoration: none !important;
}

.box-repeated a{
	color: #000;
	
}

.section-pd-top-only{
	padding-top: 120px;
	padding-bottom: 0;
}

.tesimoni-box-practice{
	width: 80%;
	position: unset !important;
	margin: auto;
	margin-right: 12% !important;
	padding: 35px;
}

a.colr-change {
    color: #000 !important;
	font-weight: bold;
}

.header-contact-info:hover .header-text {
    color: var(--bs-orange);
}

.published-date{
	display: none;
}

.cstm-pd-tp{
	padding-top: 0;
}


.conclusin-des p{
	text-align: center;
}

.one-line-txt{
	font-size: 15px;
}

.map-box{
	box-shadow: 0px 0px 15px;
    background-color: hsla(0, 0%, 96%, 1);
    border-radius: 8px;
    padding: 35px;
}


.flex-address-map {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.nap-map iframe {
    width: 100%;
    height: 400px;
    display: block;
}
.nap-postal-address-wrapper {
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
}
.nap-wrapper {
    width: calc(33.33% - 25px);
}


.team-membr-fs h2{
	font-size: 55px;
}

.sub_menu_scroll>ul.sub-menu {
    max-height: 400px;
    overflow-y: scroll;
	scroll-behavior: smooth;
}

.map:nth-child(3) .phone-number:last-child {
  color: red;
  font-weight: bold !important;
}
.horizontal-practice-area{
    background: var(--bs-lightgrey);
}
.horizontal-parent-child-wraper .widget-title {
    font-family: 'Mona Sans';
    margin-bottom: 10px;
    position: relative;
    display: block;
    line-height: 80px;
    top: -5px;
    font-size: 55px;
    font-weight: 500;
    color: var(--bs-grey);
    text-transform: none;
    text-align: center;
}

.horizontal-parent-child-wraper ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.horizontal-parent-child-wraper ul li{
	margin:10px;
}
.horizontal-parent-child-wraper ul li a {
    border: 1px solid var(--bs-orange);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    line-height: normal;
}
.horizontal-parent-child-wraper ul li.current-menu-item a,
.horizontal-parent-child-wraper ul li.activeChild a,
.horizontal-parent-child-wraper ul li a:hover{
	background:var(--bs-orange);
	color:#fff;
}

.footer-logo {
    padding-right: 30px;
}

.footer-logo-content .description {
	width: 26%;
}

.footer-logo-content .nap-wrapper {
	width: 100%;
}
/* 
.nap-address-warpper {
	display: flex;
} */

.footer-contact-col {
    padding-left: 30px;
}

.nap-map iframe {
    height: 270px;
}

.footer-info p {
    font-size: 24px;
    line-height: 38px;
}

.nap-postal-address-wrapper {
    margin-top: 0px;
}

.nap-map {
    padding-left: 30px;
}

.footer-logo-content {
	justify-content: space-between;
}
.badge-box .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-image: url(../img/prev.svg);
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 5px;
    height: 45px;
    width: 45px;
    border: 1px solid hsla(208, 20%, 24%, 1);
    border-radius: 50%;
    transform: translateY(-50%) rotate(180deg);

}
.badge-box .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 0;
    background-image: url(../img/prev.svg);
    height: 45px;
    width: 45px;
    border: 1px solid hsla(208, 20%, 24%, 1);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    transform: translateY(-50%);
}
.badge-box {
    
    padding: 0 50px;
}
.badge-box .slick-prev:hover {
    background-color: var(--bs-orange);
    border: 1px solid var(--bs-orange);
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../img/next-icon.svg);
}
.badge-box .slick-next:hover {
    background-color: var(--bs-orange);
    border: 1px solid var(--bs-orange);
    background-image: url(../img/next-icon.svg);
    transform: translateY(-50%) rotate(0);
}