/* Common CSS Start */
:root {
	--lightgrey: #F4F4F4;
	--white: #fff;
	--yellow: #FBB312;
	--blue: #19203D;
	--bs-black: #0d0d0d;
	--bs-darkblack: #000000;
	--bs-white: #fff;
	--bs-grey: rgba(240, 239, 239, 1);
	--bs-lightgrey: #F6FBFB;
	--font-outfit: 'Jost', sans-serif;
	--font-jost: 'Jost', sans-serif;
	--font-opensans: 'Jost', sans-serif;
	--font-inter: 'Jost', sans-serif;
	--font-lora: 'Lora', sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body,
html {
	height: 100%;
}

body {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	letter-spacing: 0px;
	color: var(--bs-black);
	font-weight: 400;
	font-family: var(--font-regular);
	font-size: 16px;
	line-height: 30px;
	background-color: var(--lightgrey);
	font-family: "Jost", sans-serif;
}

.wow {
	overflow: hidden;
}

blockquote {
    margin: 1em 0;
    padding: .5em 1em;
    border-left: 4px solid #fbb312;
    color: #555;
    font-style: italic;
    background: #fcbe341c;
}


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

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

.bg-white {
	background-color: var(--white);
}

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

.bg-blue {
	background-color: var(--blue);
}

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

img {
	max-width: 100%;
	height: auto;
}

.text-blue {
	color: var(--blue);
}

.text-blue p {
	color: var(--blue);
}

.text-yellow {
	color: var(--yellow);
}

.nav-link:focus,
.nav-link:hover {
	color: var(--yellow);
}

.hide {
	display: none;
}

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

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

a {
	color: var(--yellow);
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: var(--yellow);
}

p {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 36px;
}

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(--yellow);
}

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

a img {
	outline: 0;
}

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

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

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

/* body.logged-in {
    padding-top: 112px;
} */
body.nav-open-menu {
	overflow: hidden;
}

/* btn sec */
.page-button {
	margin-top: 45px;
}

.btn {
	color: var(--blue);
	outline: 0 !important;
	box-shadow: none !important;
	position: relative;
	cursor: pointer;
	min-width: 180px;
	font-weight: 600;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	white-space: normal;
	letter-spacing: .3px;
	border: 2px solid transparent;
	z-index: 1;
	background-color: var(--yellow);
	line-height: 26px;
	text-align: center;
	font-size: 21px;
	transition: .5s;
	padding: 18px 30px;
	border-radius: 6px;
}

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

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

.btn:hover {
	color: var(--yellow);
	background-color: rgba(240, 239, 239, 1);
	border-color: var(--yellow);
}

.btn.focus svg path,
.btn:focus svg path {
	fill: var(--bs-white);
	stroke: var(--bs-white);
}

.btn.focus,
.btn:focus {
	color: var(--bs-white);
	background: var(--yellow);
}

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

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 {
	position: relative;
	color: var(--bs-black);
	font-family: var(--font-lora);
}

h1 {
	font-size: 62px;
	line-height: 72px;
	margin-bottom: 15px;
}

h2 {
    font-size: 52px;
	line-height: 62px;
	margin-bottom: 15px;
}

h3 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 15px;
}

h4 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}

h5 {
	font-size: 27px;
	line-height: 38px;
	margin-bottom: 15px;
}

h6 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
}

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

.list-style ul li::before, ul.list-style li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	background: var(--yellow);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}

.section-pd {
	padding: 70px 0;
}

.section-pt {
	padding-top: 100px;
}

.section-pb {
	padding-bottom: 100px;
}

.row.box-items {
	--bs-gutter-x: 3.5rem;
}

.title,
.heading {
	margin-bottom: 10px;
	position: relative;
	display: block;
	color: var(--bs-black);
	text-transform: none;
	font-size: 45px;
	line-height: 55px;
	font-family: var(--font-medium);
	font-weight: normal;
}

.title span,
.heading span {
	color: var(--yellow);
}

.small-heading {
	color: var(--yellow);
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-size: 20px;
}

.medium-heading {
	margin-bottom: 15px;
	position: relative;
	display: block;
	color: var(--bs-black);
	text-transform: none;
	font-size: 35px;
	line-height: 45px;
	font-family: var(--font-medium);
	font-weight: 400;
}

.white-color-sec p a,
.white-color-sec .heading,
.white-color-sec p,
.white-color-sec .title,
.white-color-sec ul li,
.white-color-sec h2,
.white-color-sec h3,
.white-color-sec h4,
.white-color-sec h5,
.white-color-sec h6 {
	color: var(--bs-white);
}

.white-color-sec .btn {
	color: var(--yellow);
	background: var(--bs-white);
}

.white-color-sec .btn:hover {
	background: var(--bs-white);
	color: var(--yellow);
}

.white-color-sec .btn:hover::before {
	background-color: #6e87b5;
}

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

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

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

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

/* Common CSS END */

/* Menu CSS Start */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

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

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

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

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

.menu-top li a {
	padding: 20px 0;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	color: var(--blue);
	font-weight: 400;
	font-size: 21px;
	line-height: 22px;
}

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

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

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

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

.nav-menu .menu-top>li.current-menu-item>a,
.nav-menu .menu-top>li.current-menu-ancestor>a {
	color: var(--yellow);
	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(--yellow);
	color: #fff;
}

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

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

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

.menu-top .sub-menu>li:nth-child(1) {
	border-top: 5px solid var(--yellow);
}

.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(--yellow);
	color: #fff;
}

.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%;
	border-bottom: 1px solid #f3f3f3;
}

.nav-menu-inner {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.menu-top {
	position: relative;
	transition: all ease-in-out .2s;
	text-align: right;
	justify-content: space-between;
	display: flex;
}

.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-white);
	min-width: 250px;
	text-align: left;
}

ul.menu-top li .sub-menu li a {
	padding: 16px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    color: var(--blue);
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    font-family: var(--font-jost);
}

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

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

ul.menu-top li .sub-menu li a:hover {
	color: var(--bs-white);
	background: var(--yellow);
}

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

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

.header-contact-info a {
	font-family: var(--font-outfit);
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}

.phone-text {
	font-family: var(--font-outfit);
	font-weight: 400;
	font-size: 18.67px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}

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

ul.menu-top li .sub-menu li.menu-item-has-children>a:hover {
	background-color: var(--yellow);
	color: #fff;
}

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

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

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

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-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 4px;
    margin: auto;
    right: -11px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/down-arrow.svg);
    background-position: center;
    height: 13px;
    width: 13px;
    bottom: 1px;
}

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

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

/* Menu CSS END */
/* block css default */
.wp-block-group,
.wp-block-columns {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-left: 12px;
	padding-right: 12px;
}

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

/* block css default */

/* Header CSS Start */
.menu-wrap,
.mobile-header-sec {
	display: none;
}

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

.logo-wrapper a {
	display: flex;
	align-items: center;
	max-width: calc(100% - 15px);
}

.logo-wrapper a img {
	width: auto;
	transition: 1s;
	object-fit: contain;
}

.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%;
}

.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: center;
	align-items: center;
	padding-right: 15px;
	    column-gap: 30px;
}
.white-search-icon {
	    display: flex
;
    justify-content: center;
    cursor: pointer;
}

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

header#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	padding: 15px 0px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
	background: var(--lightgrey);
}

header#header.small-header {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
	background: var(--bs-white);
}

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

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

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

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

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

.header-contact-info {
	min-width: 192px;
}

.header-contact-info a {
	color: var(--blue);
	font-family: var(--font-outfit);
	padding: 15px;
	border-radius: 30px;
	background-image: url(../images/phone.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 16px 14px;
	padding-left: 40px;
	border: 2px solid transparent;
	line-height: normal;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 3px;
}

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

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

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box {
	width: 100%;
	position: relative;
}

.close-btn {
	position: absolute;
	right: -15px;
	top: -10px;
	width: 40px;
	height: 40px;
	opacity: 1;
	font-size: 0;
	color: #fff;
	border: none;
	background: var(--yellow);
	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: 18px;
	width: 2px;
	background-color: #fff;
	right: 0;
	margin: auto;
}

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

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

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

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

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

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

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

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

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

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

.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(../images/search-icon-white.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: 50px;
	background-color: #b30000;
	padding: 1px 5px;
	border-radius: 4px 4px 0px 0px;
	line-height: normal;
	text-transform: capitalize;
}

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

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

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

.mobile-search-bar-box .search-icon-form {
	padding: 0;
	margin-left: 15px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 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 */

/* owl css for nav */
.owl-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	height: 65px;
	right: 0;
	margin: auto;
	z-index: 1;
	width: 100%;
	bottom: 0;
	margin-top: 40px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	display: inline-block;
	vertical-align: middle;
	height: 55px;
	width: 55px;
	background-repeat: no-repeat;
	background-size: 24px;
	position: relative;
	z-index: 1;
	opacity: 1;
	border: 1px solid #364d8a;
	padding-bottom: 6px !important;
	line-height: 30px;
	color: var(--yellow);
	background-color: rgba(240, 239, 239, 1);
	border-color: var(--yellow);
	font-size: 0;
	min-width: 88px;
	padding: 16px 30px;
	border-radius: 55px;
	padding-left: 20px;
	background-image: url(../images/right-arrow-blue.svg);
}

.owl-carousel .owl-nav .owl-prev {
	left: -10px;
	background-position: center;
	transform: rotate(180deg);
}

.owl-carousel .owl-nav .owl-next {
	right: -10px;
	background-position: center;
}

.owl-carousel .owl-nav .owl-next:hover:after,
.owl-carousel .owl-nav .owl-prev:hover:after {
	opacity: 0.2;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
	opacity: 1;
	background-image: url(../images/right-arrow-white.svg);
	background-color: #293a4c;
	border-color: #293a4c;
}

/* end owl css */

/* owl dots */
.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 65px;
}

.owl-dots .owl-dot span {
	display: block;
	background: #D9D9D9;
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.owl-dots .owl-dot {
	margin: 0 5px;
	cursor: pointer;
}

.owl-dots .owl-dot.active span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--yellow);
}

/* owl dots end */


/* Contact Form CSS Start */
.wpcf7 form.spam .wpcf7-response-output {
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	background: #293a4c;
	color: #ffffff;
}

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

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

select {
	width: 100%;
}

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

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

.form-group {
	margin-bottom: 20px;
}

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

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

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

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

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

.wpcf7 {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff !important;
    background: #00ff00;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 1;
    width: 400px;
    border-radius: 7px;
    padding: 5px 10px;
    font-weight: 500;
}

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

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

/* placeholder */
.wpcf7 ::-webkit-input-placeholder {
	color: rgba(13, 13, 13, 1);
}

.wpcf7 select {
	color: rgba(13, 13, 13, 1);
	/* Default text color */
}

.wpcf7 ::-moz-placeholder {
	color: rgba(13, 13, 13, 1);
}

.wpcf7 :-ms-input-placeholder {
	color: rgba(13, 13, 13, 1);
}

.wpcf7 :-moz-placeholder {
	color: rgba(13, 13, 13, 1);
}

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

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

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

.contact-form-sidebar .wpcf7-select {
	color: white;
	border: 1px solid white;
}

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

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

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

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

.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
	display: inline-block !important;
	opacity: 1 !important;
	transition: none !important;
}

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

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

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

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

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

/* Contact Form CSS END */


.footer {
	background: var(--blue);
}

.footer a {
	color: #fff;
}

.footer-title {
	font-family: var(--font-jost);
	font-weight: 600;
	font-size: 26.67px;
	line-height: 33.6px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-menu a {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 16px;
	line-height: 33.6px;
	color: #fff;
}

.nap-title {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--yellow);
}

.nap-content a,
.address-wrap {
	font-family: var(--font-jost);
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

.nap-postal-address-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 35px;
}

.copyright-footer span {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 16px;
	line-height: 33.6px;
}

.footer-site-menu {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 50px;
}

.footer-site-menu ul {
	display: flex;
	column-gap: 25px;
}

.footer-site-menu ul a {
	font-family: var(--font-opensans);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

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

.footer-main-columns {
	width: 30%;
}

.footer-main-columns {
	width: 30%;
}

.footer-inner-columns {
	width: 20%;
}


/************Schema************/

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

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

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

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

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

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

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

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

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


.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 39px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    background-image: var(--home-banner-image);
    background-size: contain;
    background-position: bottom;
    z-index: 2;
    background-repeat: no-repeat;
}
.home-banner {
    position: relative;
    z-index: 1;
}
img {
    contain-intrinsic-size: auto !important;
}


.direction-link {
	font-weight: 400;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
}
.direction-link:hover {
	 text-decoration: underline;
}


.breadcrumb-sec.bg-green.py-2 {
    background: var(--blue);
}
.breadcrumb-sec * {
    color: #fff;
}
#breadcrumbs {
	font-family: var(--font-inter);
}

.blog-meta {
	display: flex;
}


.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 135px;
    z-index: 10000;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out .5s;
}
.search-left-side .page-title span {
    color: var(--blue);
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
}
.search-left-side .entry-title a {
    display: inline-block;
    font-style: normal;
    letter-spacing: 0.01em;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 40px;
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 600;
}
.search_result article {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.search-icon-form button {
	display: flex;
}
.search-input-box input::placeholder {
	color: #ffffff85!important;
}

.sidebar .widget.searchitem {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none;
}
.sidebar .searchitem .search-field {
    color: #000;
    font-size: 16px;
    height: 60px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 12px;
    padding-right: 65px;
    line-height: 26px;
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 15px;
}
.sidebar .searchitem .search-submit {
    background-image: url(../images/white-search.svg) !important;
    background-size: 20px !important;
    border: 1px solid var(--bs-grey);
}
.sidebar .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 0px;
    background-position: 15px center;
    background-repeat: no-repeat;
    right: 6px;
        background-color: var(--blue);
        border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    transition: 1s all;
}
.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.sidebar .searchitem label {
    display: inline;
    margin-bottom: 0;
}
.sidebar .widget {
    margin-bottom: 35px;
    z-index: 1;
}
.blog-card:hover img.avatar{
    transform: none;
}
.footer-top ul.sub-menu , .footer-top .sidebar-menu-arrow {
    display: none;
}
.mobile-search-bar:hover svg path {
	transition: 0.5s;
}
.mobile-search-bar:hover svg path {
	stroke: var(--yellow);
}
.header-contact-info:hover a {
    color: var(--yellow);
}
.header-contact-info:hover .phone-text {
    color: var(--blue);
}
.reviews-list .inner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.form-btn .ppc-btn:hover {
    color: var(--yellow);
    background-color: rgba(240, 239, 239, 1);
    border-color: var(--yellow);
}
.faq-page .accordion-body p {
	font-size: 21px;
    color: var(--blue);
}
.prev:hover , .next:hover  {
    color: var(--yellow);
    background-color: rgba(240, 239, 239, 1);
    border-color: var(--yellow);
}
.widget ul li a:hover {
	color: var(--yellow);
}
.faq-section .btn{
	    margin: auto;
    display: block;
    width: max-content;
    margin-top: 30px;
}

.sidebar-form .wpcf7-submit:hover {
	    color: var(--yellow);
    background-color: rgba(240, 239, 239, 1);
    border-color: var(--yellow);
}

.search_result a {
	color: var(--yellow);
}
.search_result a.btn {
	color: var(--white);
}
.search_result a.btn:hover {
	color: var(--yellow);
}
.search_result a:hover {
	text-decoration: underline;
}
.search_result a.btn:hover {
	text-decoration: none;
}
.form-content ul li a {
	transition: 0.5s;
}
.form-content ul li a:hover {
	text-decoration: underline;
}

/* Show and then fade out after 5s */
.wpcf7 form.sent .wpcf7-response-output {
  animation: cf7-fadeout 0.3s ease 5s forwards;
}

@keyframes cf7-fadeout {
  to {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    visibility: hidden;
  }
}

.accordion-button {
	justify-content: flex-end;
    align-items: flex-start;
}
.faq-alpha{
	padding-right: 10px;
}
.breadcrumb a:focus {
	    color: var(--yellow);
}
.blue-btn:hover, .blue-btn:focus {
	 color: var(--blue);
    background: transparent;
    border-color: var(--blue);
}


a.footer-form-direction {
    color: #4c4c4c;
    margin-top: 20px;
    display: block;
}

a.footer-form-direction:hover {
    color: var(--yellow);
    text-decoration: underline;
}

.contact-google-map {
	height: 600px;
}


#mainPracticeCard {
    position: relative;
    overflow: hidden;
    background-size: cover;      /* Always fill the box */
    background-position: center; /* Center all images */
    background-repeat: no-repeat;
    transition: background-image 0.5s linear;
}



#mainPracticeCard .main-title,
#mainPracticeCard .main-content,
#mainPracticeCard .main-link {
    transition: opacity 0.3s linear, transform 0.3s linear;
}


.footer-main-columns .social-sc ul li a {
	background: #393F58;
    border: 0.5px solid #4C5370;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.team-detail .blog-img img {
	 width: 80%;
    text-align: center;
    display: flex
;
}
.footer-form-row {
    row-gap: 20px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.left-image-section.list-style ul li:before{
    width: 6px;
    height: 6px;
    background: #000000;
    top: 22px;
}

.slick-dots li button {
	border: none;
    font-size: 0px;
    height: 8px;
    width: 8px;
    background: #19203d87;
    border-radius: 50%;
}

.slick-dots {
	display: flex;
    justify-content: center;
    column-gap: 10px;
}

.slick-dots li.slick-active button {
    background: #19203d;
}

.home-sec-image img {
	border-radius: 26px;
}
