
:root {
	--color-black: #0e0d16;
	--color-grey: #3e3e3e;
	--color-one: #6762be;
	--font-one: "Work Sans", sans-serif;
	--font-two: "Qalinza", sans-serif;
}

body {
	color: var(--color-grey);
	line-height: 2;
	font-family: var(--font-one);
	font-size: 18px;
	overflow-x: hidden;
	padding-top: 85px;
}

a[href^="tel:"] {
	text-decoration: none !important;
}

a[href^="mailto:"]:hover {
	text-decoration: none !important;
}

a {
	text-decoration: none !important;
	outline: 0;
	color: var(--color-one);
	transition: all .45s ease-in-out;
}

p {
	margin-bottom: 15px;
}

ul, ol {
	margin: 0;
	padding: 0;
}

p:last-child {
	margin-bottom: 0;
}

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

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

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1.3;
	letter-spacing: 1px;
	color: var(--color-black);
	font-family: var(--font-two);
}

.small-heading {
	font-size: 25px;
	font-weight: 500;
	color: var(--color-one);
	text-transform: uppercase;
	letter-spacing: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.text-white .small-heading {
	color: #fff;
}

.heading {
	font-size: 55px;
	line-height: 1.2;
	font-family: var(--font-two);
	margin-bottom: 10px;
	font-weight: 400;
	color: var(--color-black);
}

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

.theme-color {
	color: var(--color-one);
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

b, strong {
	font-weight: 600;
}

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

button {
	outline: 0 !important;
}

.form-btn {
	position: relative;
	width: 190px;
}

.form-btn .btn {
	width: 100%;
}

div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	transform: translateX(0);
	background-color: #fff;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 40px;
}

.btn {
	background-color: var(--color-one);
	border-color: var(--color-one);
	border-width: 1px;
	color: #fff;
	padding: 15px 30px;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 30px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	min-width: 110px;
	font-weight: 500;
	white-space: normal;
	transition: all .45s ease-in-out;
}

.btn:hover {
	background-color: transparent;
	border-color: var(--color-one);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	color: var(--color-one);
}

.btn.btn-outline {
	background-color: transparent;
	border-color: var(--color-one);
	color: var(--color-one);
}

.btn.btn-outline:hover {
	background-color: var(--color-one);
	border-color: var(--color-one);
	color: #fff;
}

.btn.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: var(--color-one);
}

.btn.btn-white:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.btn-white-outline {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.btn-white-outline:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--color-one);
}

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

.form-control {
	background: transparent;
	border-radius: 0;
	box-shadow: none !important;
	outline: 0 !important;
	max-height: 150px;
	resize: none;
	border: 0px solid rgba(0, 0, 0, .4);
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	border-radius: 0;
	padding-left: 0;
}

.form-control:focus {
	background: transparent;
	border-color: initial;
}

.section-pd, .spaced {
	padding-top: 80px;
	padding-bottom: 80px;
}

.no-scroll {
	overflow-x: hidden;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-not-valid-tip, .wpcf7 label.error {
	position: absolute;
	right: 0;
	font-size: 12px;
	background: #f00;
	color: #fff;
	padding: 1px 3px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
}

.wpcf7-form {
	position: relative;
}

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

div.wpcf7-response-output {
	position: absolute;
	left: 0;
	bottom: auto;
	border: 0 !important;
	line-height: 1;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 7px;
	width: 100%;
	font-weight: 400;
	background: transparent;
	color: #f00;
}

.wpcf7-response-output.alert-danger {
	color: #f00;
}

.wpcf7-response-output.alert-success {
	color: #008000;
}

div.wpcf7-mail-sent-ok {
	color: #398f14 !important;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 0;
}

.text-white a:not(.btn) {
	color: #fff;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
	color: #fff;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, .5) !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, .5) !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, .5) !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, .5) !important;
}

.form-control {
	color: #000;
	padding-bottom: 22px;
}

.dark-bg-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, .8) !important;
}

.dark-bg-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, .8) !important;
}

.dark-bg-form :-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, .8) !important;
}

.dark-bg-form :-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, .8) !important;
}

.dark-bg-form .form-control {
	color: #fff !important;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.sidebar-form div.wpcf7-response-output {
	text-align: center;
}

.list-style ul, .list-style ol {
	list-style: none;
	margin-bottom: 20px;
	padding-left: 15px;
}

ul.list-col-two {
	column-count: 2;
	column-gap: 30px;
}

.list-style li {
	position: relative;
	padding-left: 25px;
	transition: all .3s ease;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.list-style li::before {
	position: absolute;
	content: "";
	top: 17px;
	left: 0;
	margin: auto;
	width: 13px;
	height: 13px;
	background-size: 20px;
	border-top: 2px solid var(--color-one);
	border-right: 2px solid var(--color-one);
	transform: rotate(45deg);
}

.text-white .list-style li:before, .text-white.list-style li:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.list-col-2 ul {
	column-count: 2;
}

.html5lightbox {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.html5lightbox .icon-play {
	position: absolute;
	right: 20px;
	bottom: 20px;
	fill: var(--color-one);
	border-color: var(--color-one);
}

.html5lightbox .icon-play path {
	fill: #fff;
}

.html5lightbox .icon-play:hover {
	fill: #fff;
	border-color: #fff;
}

.html5lightbox .icon-play:hover path {
	fill: var(--color-one);
}

.html5lightbox:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.html5lightbox:hover:after {
	background: rgba(0, 0, 0, .25);
}

/*
.html5-elem-box .html5-image {
    padding: 0 !important;
}*/
.form-group-btn {
	position: relative;
	display: inline-block;
}

.slick-dots {
	display: flex;
	list-style: none;
	justify-content: center;
	margin-top: 20px;
}

.slick-dots li {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: 1px solid transparent;
	position: relative;
	margin-left: 5px;
}

.slick-dots li.slick-active {
	border-color: var(--color-one);
}

.slick-dots li button {
	font-size: 0;
	border: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #bbb;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.slick-arrow {
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 100%;
	border: 1.5px solid var(--color-one);
	font-size: 0;
	position: relative;
}

.slick-prev.slick-arrow:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-one);
	border-left: 2px solid var(--color-one);
	left: 5px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-45deg);
}

.slick-next.slick-arrow:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-one);
	border-right: 2px solid var(--color-one);
	left: 0;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.full-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

/*========== Search Button in Header ==========*/
.search-btn {
	cursor: pointer;
}

.search-btn svg {
	width: 100%;
	height: 100%;
}

.search-panel {
	position: fixed;
	width: 100%;
	height: 105px;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	transition: .6s ease-in-out;
	transform: translateY(-100%);
	box-shadow: 0 0 5px #eee;
}

.search-panel .input-field {
	display: flex;
	width: 100%;
	position: relative;
}

.search-panel input[type=submit] {
	height: 60px;
	width: 60px;
	border: none;
	cursor: pointer;
	background: url("https://www.plastic.org/nitropack_static/PBdcQYIRYnESwAsmJvpyOBsYypjoHtGx/assets/images/optimized/rev-3974c87/www.plastic.org/wp-content/themes/sazps/images/search.svg") no-repeat;
	background-position: center;
	background-size: 1.5rem;
	outline: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search-panel input[type=submit].nitro-lazy {
	background: none !important;
}

.search-panel input[type='submit']:hover {
	opacity: .7;
}

.search-panel.open {
	top: 0;
	display: block;
	opacity: 1;
	padding: 3em;
	transition: .3s ease-in-out;
}

.search-close {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	z-index: 999999;
	cursor: pointer;
}

.search-close:hover {
	color: #fff;
}

.search-panel form#searchform {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	z-index: 99999;
	padding-bottom: 30px;
}

.search-panel .searchform input[type="text"] {
	padding: 0;
	border: 0;
	vertical-align: middle;
	background-color: transparent;
	color: #000 !important;
	border-bottom: 0px solid;
	width: 100%;
	outline: 0;
	box-shadow: none;
	position: relative;
	left: 0;
	top: 0;
	height: 60px;
	border-bottom: 1px solid #e7e7e7;
	padding-right: 60px;
}

.search-panel .searchform ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform ::-moz-placeholder {
	/* Firefox 19+ */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-ms-input-placeholder {
	/* IE 10+ */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-moz-placeholder {
	/* Firefox 18- */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform input[type="image"] {
	vertical-align: middle;
	padding: 20px;
	height: 60px;
	width: 60px;
	outline: 0;
	position: absolute;
	right: -10px;
	bottom: 0;
}

.search-panel .search-box {
	margin: 15px 0 0;
	padding: 15px 0 30px;
	border-bottom: 1px solid #eee;
}

.search-panel .search-heading a {
	font-size: 22px;
	color: #000;
}

.search-panel .custom_form_msg {
	position: absolute;
	bottom: 0;
	right: 60px;
	margin: 0;
	font-size: 12px;
	color: #f00;
	padding: 0px 8px;
}

.search-panel .searchform input::-ms-clear {
	display: none;
}

/******************
Close Button
*/
.close-container {
	margin: auto;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.leftright {
	height: 2px;
	width: 100%;
	position: absolute;
	margin-top: 15px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}

.rightleft {
	height: 2px;
	width: 100%;
	position: absolute;
	margin-top: 15px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}

.close-container:hover .leftright {
	transform: rotate(-45deg);
	background-color: #000;
}

.close-container:hover .rightleft {
	transform: rotate(45deg);
	background-color: #000;
}

/*======== nav multiple css ============*/
.mobile-top-header {
	display: none;
}

.header {
	transition: all .3s ease-in-out;
	background: #fff;
}

.header.shrink {
	background: #fff;
	transition: all .3s ease-in-out;
	z-index: 999;
	box-shadow: 0 5px 5px -5px #555;
}

.header .container {
	display: flex;
	justify-content: space-between;
}

.header-center {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header .nav-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-search {
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	align-items: center;
}

.header-search .search-icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 20px;
	height: 20px;
}

.header-search svg {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.header-search path {
	stroke: #000;
}

.header-search:hover path {
	stroke: var(--color-one);
}

.header-logo {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 12px 0;
	width: 350px;
}

.header-logo img {
	max-height: 90px;
	width: auto;
}

.header-right {
	transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-social ul {
	list-style: none;
	display: flex;
	gap: 15px;
	padding: 0;
	margin: 0 15px;
}

.header-social li a {
	color: #fff;
	width: 40px;
	height: 40px;
	padding: 10px;
	display: flex;
	border-radius: 100%;
	border: 1px solid var(--color-one);
}

.header-social li svg {
	width: 100%;
	height: 100%;
}

.header-social li a:hover {
	border-color: var(--color-one);
	background: var(--color-one);
}

.header-social li a:hover path {
	fill: #fff;
}

.header-social li path {
	fill: var(--color-one);
}

.header-btn {
	margin-left: 30px;
}

.header-btn-two {
	margin-left: 30px;
	height: 100%;
}

.header-btn-two .btn {
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 0;
	border: 0;
	font-size: 26px;
	font-weight: 400;
}

.header-btn-two .btn:hover {
	background: #000;
	color: #fff;
}

/* Header Menu */
.nav-menu {
	position: relative;
}

.nav-menu li {
	position: relative;
}

.nav-menu > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

.nav-menu > ul.menu > li {
	display: inline-block;
	margin: 0 15px;
	color: #000;
	position: relative;
}

.nav-menu .menu > li > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	transition: all .4s ease-in-out;
	opacity: 0;
	background: #fff;
}

.nav-menu .menu > li:hover > a, .nav-menu .menu > li.current-menu-item > a {
	color: #fff;
}

.nav-menu .menu > li:hover > a:before, .nav-menu .menu > li.current-menu-item > a:before, .nav-menu .menu > li.current-menu-ancestor a:before {
	opacity: 1;
	width: 100%;
}

.nav-menu .menu li:first-child {
	margin-left: 0;
}

.nav-menu .menu li:last-child {
	margin-right: 0;
}

/* This hides the dropdowns */
.nav-menu > ul > li > a {
	padding: 10px 1px;
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	font-size: 16px;
	transition: none;
	font-weight: 500;
	text-transform: uppercase;
}

.nav-menu > ul > li:last-child a {
	margin-right: 0;
}

.nav-menu > ul > li:first-child:before {
	transform: translateX(0);
}

.nav-menu > ul > li:before {
	transform: translateX(-100%);
	opacity: 0;
}

/* Display the dropdown */
.nav-menu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	z-index: 1;
	margin: 0;
	padding: 0;
	min-width: 150px;
	transition: all linear .1s;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.nav-menu ul li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

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

.nav-menu .sub-menu li.menu-item-has-children:hover > a, .nav-menu ul li:hover li a:hover, .nav-menu ul li:hover li.current-menu-item, .single-post .nav-menu > ul > li.more-menu-item > ul > li.news-menu-item > a, .archive.category .nav-menu > ul > li.more-menu-item > ul > li.news-menu-item > a, .single-career .nav-menu > ul > li.more-menu-item > ul > li.careers-menu-item > a, .single-team .nav-menu > ul > li.more-menu-item > ul > li.team-menu-item > a, .single-community .nav-menu > ul > li.more-menu-item > ul > li.community-menu-item > a, .nav-menu .sub-menu > li.current-menu-ancestor > a, .nav-menu .sub-menu > li.current-menu-item > a {
	background-color: var(--color-one);
	color: #fff;
}

.nav-menu .sub-menu li.menu-item-has-children > a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--color-one);
	border-right: 2px solid var(--color-one);
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

.nav-menu .sub-menu li.menu-item-has-children:hover > a:before, .nav-menu .sub-menu li.menu-item-has-children.current-menu-item > a:before {
	border-color: #fff;
}

.nav-menu li ul li {
	border-top: 0;
	display: block;
	margin: 0;
	border-bottom: 0px solid #ddd;
}

.nav-menu li ul li + li {
	border-top: 0px solid #fff;
}

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

/* Simple clearfix */
.nav-menu ul:before, .nav-menu ul:after {
	content: " ";
	display: table;
}

.nav-menu ul:after {
	clear: both;
}

.nav-menu .sub-menu {
	background: #fff;
	min-width: 16rem;
	text-align: left;
	box-shadow: 0px 1px 1px #b9b9b9;
}

.nav-menu ul li .sub-menu li a {
	padding: .55rem 1rem;
	line-height: normal;
	margin: 0;
	border: none;
	color: #000;
	display: block;
	white-space: normal;
	font-weight: 500;
	transition: none;
	font-size: 16px;
}

.nav-menu ul li .sub-menu li a:hover {
	color: #fff;
	background: var(--color-one);
	border: none;
}

.nav-menu > .menu > li.menu-item-has-children:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	top: 0;
	bottom: 3px;
	margin: auto;
	right: -12px;
	transform: rotate(-135deg);
}

.nav-menu > .menu > li.menu-item-has-children:hover:after, .nav-menu > .menu > li.current-menu-item:after, .nav-menu > .menu > li.current-menu-ancestor:after {}

#responsive-menu-wrapper #responsive-menu li ul {
	text-transform: none;
}

.nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
	color: #fff;
}

.header.shrink .nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .header.shrink .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
	color: #fff;
}

.nav-menu .sub-menu .sub-menu:before {
	content: none !important;
}

.nav-menu > .menu > li.menu-item-has-children ul:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 25px;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	width: 0;
	height: 0;
	opacity: 1;
	z-index: 5;
}

.nav-menu .sub-menu li.menu-item-has-children.current-menu-ancestor.current-menu-parent > a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

/*===== Home Page ====*/
.home-banner {
	height: 700px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	z-index: 1;
	color: #fff;
	background-color: #000;
	padding-bottom: 70px;
}

.home-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}

.home-banner .row {
	max-width: 1250px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	z-index: 2;
}

.home-banner .banner-content {
	padding-top: 100px;
}

.home-banner .banner-title {
	color: #fff;
	position: relative;
	font-size: 82px;
	text-transform: uppercase;
	font-family: var(--font-two);
	margin-top: 20px;
}

.home-banner .banner-subtitle {
	font-size: 25px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 7.5px;
	margin-top: 40px;
	font-weight: 500;
}

.banner-description {
	font-size: 22px;
	margin-top: 20px;
}

.banner-btns {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}

.banner-btns .btn:hover {
	background: #fff;
	border-color: #fff;
	color: var(--color-one);
}

.banner-logo {
	margin-top: 35px;
	position: relative;
	z-index: 9;
	text-align: right;
}

.banner-logo img {}

.home-banner .banner-video {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	z-index: 0;
	overflow: hidden;
}

.home-banner .banner-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-banner .banner-video:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
}

.header-phone {
	display: none;
	align-items: center;
	color: #fff;
}

.header-phone .phone-title {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1.35px;
}

.header-phone .phone-icon {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	line-height: 1;
}

.header-phone .phone-no {
	font-size: 26px;
	font-weight: 500;
	margin-top: 5px;
	letter-spacing: 2.34px;
}

.header-phone svg {
	fill: var(--color-one);
	width: 100%;
	height: 100%;
}

.header-phone a {
	color: #fff;
	padding: 15px;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-left: 40px;
}

.phone-title-wrap {
	display: flex;
	align-items: center;
}

/* Page Banner */
.page-banner {
	display: flex;
	background-size: cover;
	background-position: center;
	background-color: #555;
	position: relative;
	z-index: 1;
	align-items: flex-end;
	padding-top: 280px;
	padding-bottom: 70px;
}

.page-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), linear-gradient(0deg, rgba(103, 98, 190, .18), rgba(103, 98, 190, .18));
}

.page-banner .banner-content-wrap {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
	text-align: center;
}

.page-banner .banner-title {
	font-size: 77px;
	font-family: var(--font-two);
	text-transform: uppercase;
}

.page-banner .banner-subtitle {
	font-weight: 300;
	font-size: 25px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .65);
}

/*======= Footer ======*/
.footer {
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.footer-top {
	padding-top: 100px;
	padding-bottom: 100px;
	background: var(--color-one);
}

.footer .footer-col-1 {
	width: 25%;
	position: relative;
}

.footer .footer-col-2 {
	width: 50%;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer .footer-col-3 {
	width: 25%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.footer-logo img {
	max-width: 500px;
}

.footer-menu {
	background: rgba(103, 98, 190, .1);
}

.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-menu li {
	position: relative;
}

.footer-menu a {
	color: #000;
	padding: 25px 10px;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-menu ul li + li:before {
	content: "";
	width: 2px;
	height: .9em;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .8);
	opacity: .5;
	margin: 0 8px;
	position: relative;
	top: -1px;
}

.footer .widget-title {
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer ul {
	list-style: none;
}

.footer ul a:hover, .footer li.current-menu-item a {
	color: var(--color-one);
	opacity: 1;
}

.footer .social-links ul {
	list-style: none;
	display: inline-flex;
	gap: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-bottom: 30px;
}

.footer .social-links li a {
	color: #fff;
	width: 55px;
	height: 55px;
	display: inline-block;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 100%;
}

.footer .social-links li svg {
	width: 100%;
	height: 100%;
	fill: #fff;
	padding: 15px;
}

.footer .social-links path {
	fill: #fff;
}

.footer .social-links li a:hover {
	background: #fff;
	border-color: var(--color-one);
}

.footer .social-links li a:hover svg, .footer .social-links li a:hover svg path {
	fill: var(--color-one);
}

.footer-nap-row {
	display: flex;
}

.footer .address-wrap {
	border-top: 1px solid rgba(255, 255, 255, .3);
	margin-top: 30px;
	padding-top: 30px;
}

.footer .address {
	position: relative;
	padding-left: 35px;
	line-height: 1.5;
}

.footer .phone, .footer .email {
	position: relative;
	padding-left: 35px;
	line-height: 1.5;
}

.footer .phone a:hover, .footer .email a:hover {
	color: #fff;
}

.footer-contact .icon {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 5px;
}

.footer .nap-phone-title {
	font-size: 23px;
	font-weight: 500;
}

.footer-nap-col .phone a {
	color: #fff;
}

.footer-nap-col .phone a:hover, .footer-nap-col .email a:hover {
	color: #000;
}

.footer .direction-link {
	color: #fff !important;
	margin-top: 5px;
	border-bottom: 1px solid;
}

.footer .direction-link:hover {
	color: #000 !important;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .25);
	padding: 20px 0;
	line-height: 1.5;
}

.footer-bottom .container {
	display: flex;
	justify-content: center;
}

.footer-bottom .row {
	align-items: center;
	padding: 10px 0;
	font-size: 16px;
}

.footer-links ul {
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: flex-end;
	margin-left: 15px;
}

.footer-links ul li + li:before {
	content: "";
	width: 1px;
	height: .8em;
	display: inline-block;
	vertical-align: middle;
	background-color: #949494;
	opacity: .5;
	margin: 0 8px;
	position: relative;
	top: -1px;
}

.footer-links li a {
	color: #343434;
	text-decoration: underline !important;
}

.footer-links a:hover {
	color: var(--color-one);
}

.footer-reviews {
	margin-top: 25px;
}

.footer-reviews span {
	font-size: 18px;
	display: block;
	line-height: 1;
	text-transform: uppercase;
}

.footer-reviews .rating {
	display: flex;
	margin-top: 15px;
	gap: 5px;
}

.footer-reviews .rating .star-icon {
	width: 15px;
}

.footer-reviews .rating path {
	fill: #fff;
}

.footer-btns {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 60px;
	flex-grow: 1;
}

.footer-btns .btn {
	flex: 100%;
	padding: 15px 30px;
}

.nap-office-hours {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, .3);
	margin-top: 30px;
	padding-top: 30px;
}

.nap-office-hours .icon {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 5px;
}

.nap-office-hours .hours-inner {
	position: relative;
	padding-left: 35px;
	line-height: 1.5;
}

/*======= Blog Page ========*/
.blog-heading {
	margin-bottom: 80px;
}

.blog-item-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 70px;
}

.blog-page-listing .blog-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.blog-page-listing .blog-item:last-child {
	margin-bottom: 0;
}

.blog-meta {
	padding: 5px 0 20px;
	margin-bottom: 20px;
	display: flex;
	line-height: 1;
	align-items: center;
	color: #b0b0b0;
	width: 100%;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	font-weight: 400;
}

.blog-meta .post-date {
	margin-left: 10px;
	padding-left: 10px;
	color: #0261e2;
	position: relative;
}

.blog-meta .post-date:before {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #0261e2;
}

.blog-meta .category a {
	color: #4e4e4e;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	line-height: 1.3;
	font-weight: 400;
	font-size: 18px;
}

.blog-meta .category a:last-child {
	padding-right: 0;
	margin-right: 0;
}

.blog-meta .category a:hover {
	color: var(--color-one);
}

.blog-meta .category a:before {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #4e4e4e;
	transform: rotate(25deg);
}

.blog-meta .category a:last-child:before {
	content: none;
}

.blog-item .blog-image {
	height: 450px;
	background-size: cover;
	background-position: center 0;
	position: relative;
	border-radius: 0;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.blog-item .blog-image.no-thumnails {
	background-color: #02415e;
	background-size: 34%;
	background-repeat: no-repeat;
	background-position: center;
}

.blog-page-listing .blog-item .title {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}

.blog-page-listing .title:hover a {
	color: #1b2b5c;
}

.blog-page-listing .blog-item .btn {
	background-color: transparent;
	color: rgba(103, 98, 190, 1);
	border: none;
	padding: 0px;
	min-width: 80px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(103, 98, 190, 1);
	border-radius: 0px;
	font-size: 20px;
}

.blog-page-listing .blog-item:hover .btn {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.blog-page-listing .blog-content {
	border: 1px solid rgba(236, 236, 236, 1);
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 70px);
	margin-top: -70px;
	position: relative;
	z-index: 1;
	transition: all .45s ease-in-out;
}

.blog-item a {
	transition: none;
}

.blog-item .title a {
	color: #252525;
}

.blog-item .title a:hover {
	color: var(--color-one);
}

.blog-item .blog-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

.blog-item .blog-image a:hover {
	background: rgba(0, 0, 0, .25);
}

.blog-item:hover .blog-content {
	background-color: rgba(103, 98, 190, 1);
	border: 1px solid rgba(103, 98, 190, 1);
	cursor: pointer;
}

.blog-item:hover .btn {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.blog-item:hover .title a {
	color: #fff;
}

.blog-item:hover .desc {
	color: #fff;
}

.blog-item:hover .blog-content .btn svg path {
	fill: #fff;
}

.blog-item:hover .blog-meta .category span {
	color: #fff;
}

/*====== Blog Detail ========*/
.blog-detail h1, .blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5, .blog-detail h6 {
	font-family: var(--font-one);
}

.blog-detail-page .blog-detail {
	overflow: hidden;
	padding-right: 70px;
}

.blog-detail-page .blog-title {
	text-transform: capitalize;
}

.blog-detail-page .blog-image {
	background-size: cover;
	background-position: center 0;
	position: relative;
	border-radius: 0;
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.blog-detail-page .blog-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

.blog-detail-page .blog-image a:hover {
	background: rgba(0, 0, 0, .25);
}

.blog-detail-page .play-btn svg, .blog-item .play-btn img {
	width: 90px;
	height: 90px;
}

.blog-detail-page .blog-image .blog-title {
	position: absolute;
	color: #fff;
	left: 20px;
	right: 20px;
	bottom: 20px;
	font-size: 1.75rem;
}

.blog-detail-page .blog-image img {
	width: 100%;
}

.blog-detail-page .blog-meta {
	padding: 10px 0 20px;
	margin-bottom: 0;
	border-bottom: 0px solid #e6e6e6;
}

.blog-detail-page .blog-meta li {
	background-image: none;
	padding: 0 15px;
}

.blog-detail-page .blog-meta li.nitro-lazy {
	background-image: none !important;
}

.blog-detail-page iframe {
	width: 100%;
	height: 450px;
}

.blog-detail-page .blog-detail p a {
	font-weight: 500;
}

.social-share-post {
	margin-top: 30px;
}

.social-share-post .share-title {
	font-weight: 600;
	color: #565656;
	margin-bottom: 15px;
}

.detail-share-inner {
	display: flex;
	align-items: center;
}

.social-share-title {
	color: #464646;
	font-size: 18px;
}

.social-share-post .a2a_svg {
	background: transparent !important;
	width: 30px;
	height: 30px;
	opacity: 1 !important;
}

.social-share-post .a2a_kit svg path {
	fill: #fff !important;
}

.social-share-post .a2a_default_style a {
	padding: 10px 10px !important;
	border: 0px solid #000;
	margin-right: 10px;
	border-radius: 100%;
	background: #000;
}

.social-share-post a:hover {
	background: #eacdb1;
}

.social-share-post .a2a_default_style a:hover svg path {
	fill: #fff !important;
}

/*====== Blog Search ======*/
.sidebar-search-outer {
	margin-bottom: 20px;
}

.sidebar-search-outer .input-group {
	height: 65px;
	flex-direction: row;
	background: #fff;
	border: 1px solid var(--color-grey);
}

.sidebar-search-outer .input-group .form-control {
	border-radius: 0;
	padding: 15px;
	height: 100%;
	font-size: inherit;
	color: inherit;
	background: #fff;
	border: 0px solid #1b2b5c;
	margin: 0;
	z-index: 1;
}

.sidebar-search-outer .input-group-btn {
	position: relative;
	width: 55px;
	background: var(--color-one);
	margin: 5px;
}

.sidebar-search-outer .input-group-btn:hover {
	background: #000;
}

.sidebar-search-outer input[type='submit'] {
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: 0px solid #1b2b5c;
}

.sidebar-search-outer input[type='submit']:hover {
	opacity: 1;
}

.sidebar-search-outer .search-icon {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 15px;
}

.sidebar-search-outer .search-icon path {
	stroke: #fff;
}

.sidebar-search-outer .custom_form_msg {
	position: absolute;
	right: 0;
	bottom: -15px;
	margin: 0;
	font-size: 13px;
	color: #f00;
	line-height: 1;
	padding: 0px 8px;
}

.sidebar-search-outer input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.sidebar-form .form-control {
	padding-left: 0;
	border: 0;
	border-bottom: 1px solid rgba(27, 43, 92, .4);
	font-weight: 400;
}

/*===== Pagination =====*/
.navigation.pagination {
	width: 100%;
}

.pagination h2 {
	display: none;
}

.pagination .nav-links {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	position: relative;
	font-weight: 400;
	background: #f3f3f3;
	border-radius: 40px;
	padding: 10px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.pagination .nav-links span, .pagination .nav-links a {
	padding: 10px 15px;
	font-size: 18px;
	color: #404040;
	border: 1px solid #fff;
	background: #fff;
	line-height: 1;
	font-weight: 500;
	width: 60px;
	height: 60px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.pagination .page-numbers .icon {
	width: 20px;
	height: 20px;
}

.pagination .nav-links span.current {
	border: 1px solid var(--color-one);
	color: #fff;
	background: var(--color-one);
}

.pagination .nav-links a:hover {
	border-color: var(--color-one);
}

.pagination .nav-links .page-numbers.dots {
	padding: 0;
	border: 0;
}

.pagination .prev.page-numbers, .pagination .next.page-numbers {
	position: relative;
	right: 0;
	background: transparent;
	border-color: var(--color-one);
	font-weight: 400;
	text-transform: uppercase;
	width: 60px;
	height: 60px;
	padding: 8px;
	color: #fff;
	font-size: 0;
}

.pagination .prev.page-numbers {
	margin-left: 0;
	margin-right: auto;
}

.pagination .next.page-numbers {
	margin-right: 0;
	margin-left: auto;
}

.pagination .page-numbers.prev:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-one);
	border-left: 2px solid var(--color-one);
	transform: rotate(-45deg);
	left: 5px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.pagination .page-numbers.next:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-one);
	border-right: 2px solid var(--color-one);
	transform: rotate(45deg);
	left: 0;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.pagination .page-numbers:hover {
	background: var(--color-one);
	color: #fff;
}

.pagination .page-numbers.prev:hover:before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.pagination .page-numbers.next:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* Sidebar */
.sidebar-form {
	background: var(--color-one);
	padding: 50px 30px;
	position: relative;
	color: #fff;
	margin-bottom: 40px;
}

.sidebar-form .form-title {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 30px;
	font-family: var(--font-two);
	text-transform: uppercase;
}

.sidebar-form .form-control {
	border-color: rgba(255, 255, 255, .5);
	max-height: 100px;
	padding: 10px 0;
}

.sidebar .widget {
	padding: 50px 30px;
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}

.sidebar .widget ul {
	margin-bottom: 30px;
	border-top: 0;
}

.sidebar .widget ul {
	margin-bottom: 0;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widgettitle, .sidebar .widget-title {
	border-bottom: 0;
	position: relative;
	line-height: 1;
	padding: 0 0 15px;
	display: inline-block;
	font-weight: 500;
	font-size: 55px;
	font-family: var(--font-two);
	text-transform: uppercase;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	position: relative;
	transition: all .3s ease;
	border-bottom: 0px solid #eee;
	display: flex;
}

.sidebar .widget li a {
	color: var(--color-grey);
	display: contents;
	padding: 10px 35px 10px 30px;
	line-height: 1.5;
	transition: none;
	font-size: 16px;
	display: block;
	width: calc(100% + 60px);
	margin: 0 -30px;
	position: relative;
}

.sidebar .widget li a:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #4e4e4e;
	border-right: 2px solid #4e4e4e;
	transform: rotate(45deg);
	right: 20px;
	top: 16px;
	bottom: 0;
	z-index: 1;
}

.sidebar li a:hover:before {
	border-color: #fff;
}

.sidebar .widget a:hover:before, .sidebar .widget li.activeChild a:before, .sidebar .widget li.current-cat a:before, .sidebar .widget li.current-cat a:before, .sidebar .widget li.current-menu-item a:before {
	border-color: #fff;
}

.sidebar .widget a:hover, .sidebar .widget li.activeChild a, .sidebar .widget li.current-cat a, .sidebar .widget li.current-cat a, .sidebar .widget li.current-menu-item a {
	color: #fff;
	background: var(--color-one);
}

.sidebar li:last-child {
	border: 0;
}

.patient-detail li {
	position: relative;
	padding-left: 15px;
	line-height: 1.5;
}

.patient-detail li + li {
	margin-top: 10px;
}

.patient-detail li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 9px;
	background: var(--color-grey);
	border-radius: 100%;
}

/*====== Static Page =======*/
.static-page .content-area {
	overflow: hidden;
}

/*====== Reviews Page =======*/
.reviews-list {
	justify-content: center;
	--bs-gutter-x: 40px;
}

.reviews-list .review-item {
	margin-bottom: 40px;
}

.reviews-list .review-type {
	display: flex;
	align-items: center;
	gap: 15px;
}

.reviews-list .review-inner {
	padding: 30px;
	height: 100%;
	position: relative;
	border: 1px solid rgba(103, 98, 190, .3);
	background: #fdfdfd;
}

.reviews-list .review-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.reviews-list .quote-icon {
	width: 70px;
	height: 70px;
	transform: rotateY(180deg);
	opacity: .3;
}

.reviews-list .quote-icon path {
	fill: var(--color-one);
}

.reviews-list .review-type img {
	padding: 5px;
	border: 1px solid #ddd;
	max-width: 185px;
	height: auto;
	width: auto;
	max-height: 50px;
}

.reviews-list .review-title {
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	color: var(--color-2);
	margin-top: 10px;
}

.reviews-list .author-name {
	font-size: 20px;
	font-weight: 600;
}

.reviews-list .client-name {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 600;
}

.reviews-page .pagination .nav-links {
	justify-content: center;
	margin-top: 20px;
}

.client-review-rating {
	margin: 0;
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 0;
	line-height: normal;
}

.client-review-rating .stars-icon {
	display: inline-block;
	background-image: url("https://www.plastic.org/nitropack_static/PBdcQYIRYnESwAsmJvpyOBsYypjoHtGx/assets/images/optimized/rev-3974c87/www.plastic.org/wp-content/themes/sazps/images/star.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	height: 22px;
	width: 22px;
	background-position: center;
}

.client-review-rating .stars-icon.nitro-lazy {
	background-image: none !important;
}

.reviews-list .star-rating {
	display: flex;
	gap: 5px;
	margin-bottom: 5px;
}

.reviews-list .star-rating .star-icon {
	width: 20px;
	height: 20px;
}

/*========= Search Page =========*/
.search-result-heading {
	color: #999;
	font-weight: 600;
}

.search-result-heading .search-by {
	color: #333;
}

.search-page .search-item {
	border: 2px solid transparent;
	padding: 30px;
	margin-bottom: 1rem;
	box-shadow: 1px 2px 20px 0 #e5e5e5;
	background: #fff;
}

.search-page .search-item .title {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	font-size: 24px;
}

.search-page .search-item:last-child {
	margin-bottom: 15px;
}

.search-page .search-item .btn {
	padding: 10px;
}

.search-page .search-item .title:hover a {
	color: #0261e2;
}

.search-page .search-item .more {
	transition: none;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	padding-right: 20px;
	color: var(--color-one);
	text-transform: uppercase;
	display: inline-block;
}

.search-page .search-item .title:hover a {
	color: var(--color-one);
}

.search-page .search-item .more:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #4e4e4e;
	border-right: 2px solid #4e4e4e;
	display: inline-block;
	transform: rotate(45deg);
	margin-left: 3px;
	position: relative;
	top: -1px;
}

.search-page .more .arrow {
	fill: #0261e2;
	width: 18px;
	height: 18px;
	margin-left: 5px;
}

.search-page .search-item .more:hover {
	color: #000;
}

.search-page .more:hover .arrow {
	fill: #000;
}

.search-page .search-item p {
	margin-bottom: 15px;
}

.address a {
	color: white;
}

/*************
  Schema
*****************/
.schema-sec-1 .schema-wrap {
	background-color: #f5f5f5;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px;
}

.schema-sec-2 .schema-wrap {
	background-color: #f5f5f5;
	padding: 40px;
	margin-bottom: 40px;
}

.schema-sec-2 iframe {
	width: 100%;
	border: none;
}

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

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

.thank-you-page .text {
	font-size: 20px;
	font-weight: 400;
}

div#html5-close {
	background-image: url("https://www.plastic.org/nitropack_static/PBdcQYIRYnESwAsmJvpyOBsYypjoHtGx/assets/images/optimized/rev-3974c87/www.plastic.org/wp-content/themes/sazps/images/lightbox-close.png");
	background-size: auto;
	width: 31px;
	height: 34px;
	background-repeat: no-repeat;
}

div#html5-close.nitro-lazy {
	background-image: none !important;
}

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

/* header mobile menu */
.menu-close-button {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 1;
}

.menu-close-button:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	top: 0;
	right: 15px;
	background: #000;
	transform: rotate(45deg);
}

.menu-close-button:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	top: 0;
	right: 15px;
	background: #000;
	transform: rotate(-45deg);
}

.menu-wrap {
	background-color: #f1f2f5;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	right: -100%;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .5s;
	z-index: 12;
	display: flex;
	justify-content: center;
	max-width: 100%;
	z-index: 99999999;
}

.menu-full-wrapper {
	width: 100%;
	position: relative;
}

.menu-show {
	right: 0;
	box-shadow: none;
	display: block;
	width: 100%;
	max-width: 450px;
}

.menu-sidebar {
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
	margin-left: auto;
	height: 100%;
	padding-top: 70px;
	font-size: 16px;
	font-weight: 400;
}

.menu-bar-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.menu-sidebar > ul > li > a {
	text-transform: uppercase;
	font-weight: 400;
	transition: none;
}

.menu-sidebar .menu-bar-wrapper li {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	margin: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	padding: 0;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .25);
}

.menu-sidebar .menu-bar-wrapper li:last-child {
	border: none;
}

.menu-sidebar .menu-bar-wrapper li > a {
	color: #000;
	padding: 10px 20px;
	position: relative;
	display: inline-block;
	line-height: 1.7;
	width: auto;
}

.menu-sidebar .menu-bar-wrapper li:hover > a::after {
	opacity: 1;
}

.menu-sidebar .menu-bar-wrapper li:hover {
	background-color: var(--color-one);
}

.menu-sidebar .menu-bar-wrapper li:hover > a {
	color: #fff;
	transition: none !important;
}

.menu-sidebar .menu-bar-wrapper ul > li:hover {
	color: #fff;
}

.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
	transition: none;
}

/*.menu-sidebar .menu-bar-wrapper li.menu-item-has-children:hover > a{
    background-color: #B5121B;
    color: #fff;
}*/
.menu-sidebar .menu-bar-wrapper li:hover > .sidebar-menu-arrow:after {
	border-color: #fff;
}

.menu-sidebar .menu-bar-wrapper li > a:hover::after {
	opacity: 1;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item, .menu-sidebar .menu-bar-wrapper li.current-menu-parent {
	background-color: var(--color-one);
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item > a, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > a {
	color: #fff;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item > .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > .sidebar-menu-arrow.responsive-up-arrow::after {
	border-color: #fff;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
	background: none;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
	color: #fff;
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children > .nav-link {
	font-weight: 500;
	background-color: #2828ff;
	color: #fff;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children > .nav-link + .sidebar-menu-arrow::after {
	background-image: url("https://www.plastic.org/wp-content/themes/sazps/images/angle-down.svg");
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children > .nav-link::after {
	opacity: 1;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
	position: relative;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
	position: relative;
	right: 0;
	top: 0;
	height: 48px;
	width: 45px;
	cursor: pointer;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
	position: relative;
	right: 0;
	top: 9px;
	height: 24px;
	width: 25px;
	cursor: pointer;
	display: inline-block;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow {
	top: 7px;
}

.menu-sidebar .menu-bar-wrapper .sidebar-menu-arrow:after {
	width: 12px;
	height: 12px;
	bottom: 12px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
	display: none;
	background: #fff;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0px;
}

.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
	font-size: 16px;
	padding-left: 30px;
}

.menu-sidebar .sub-menu .sub-menu li a {
	padding-left: 45px !important;
}

.sidebar-menu-arrow::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	top: 0;
	bottom: 5px;
	margin: auto;
	right: 0;
	left: 0;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
	transform: rotate(-45deg);
	display: block;
	bottom: -5px;
}

.menu-sidebar .menu-bar-wrapper li .sub-menu li a::after {
	display: none;
}

/*Hamburger Button*/
.header-aside-col {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	padding-right: 70px;
}

.logo-wrapper a {
	padding: 9px 0;
}

.logo-wrapper {
	padding-right: 0;
	margin-right: 0;
}

.menu-button {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	text-align: center;
	transition: all .3s ease-in-out;
	cursor: pointer;
	border-radius: 0;
	z-index: 999;
	top: 0;
	right: 0;
	border: 0px solid #fff;
	margin-left: 30px;
}

.menu-button span {
	font-size: 14px;
	color: var(--color-one);
	font-weight: 300;
	margin-top: 8px;
	letter-spacing: 2px;
}

.menu-button .menu-bar {
	position: relative;
	border-radius: 0px;
	width: 33px;
	transition: .5s;
	opacity: 1;
	margin: auto;
}

.menu-button .menu-bar-top {
	border: 2px solid var(--color-one);
	border-bottom: none;
}

.menu-button .menu-bar-middle {
	height: 2px;
	background-color: var(--color-one);
	margin-bottom: 3px;
	margin-top: 8px;
	right: 0;
	left: auto;
	width: 33px;
	margin-right: 0px;
}

.menu-button .menu-bar-bottom {
	border: 2px solid var(--color-one);
	border-top: none;
	margin-top: 8px;
	width: 33px;
	margin-right: 0;
}

.button-open {
	z-index: 16;
}

.menu-button.button-open {
	background: none;
	z-index: 9999;
	right: 15px;
	border-color: var(--color-one);
}

.button-open .menu-bar {
	opacity: 1;
}

.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(9px, 9px);
	transition: .5s;
}

.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}

.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(5px, -5px);
	transition: .5s;
	right: 0;
}

.menu-button.button-open .menu-bar-top {
	border-color: #fff !important;
}

.menu-button.button-open .menu-bar-bottom {
	border-color: #fff !important;
}

.menu-logo-wrapper {
	width: 50%;
	padding-left: 1rem;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 274px;
}

.menu-sidebar .sub-menu {
	list-style: none;
}

/*mobile menu css end*/
.hide-banner {
	padding-top: 100px;
}

.hide-banner .page-banner {
	display: none !important;
}

.hide-banner .header {
	box-shadow: 0 5px 5px -5px #555;
}

.page-not-found .wpcf7-form {
	background: rgba(103, 98, 190, .15);
	padding: 50px;
	margin-top: 30px;
}

.page-not-found .form-control {
	background: #fff;
	border-color: #fff;
	padding: 10px;
}

.thank-you-page .text {
	font-size: 20px;
	font-weight: 400;
}

/*======= Testimonials Section =======*/
.reviews-slider .slick-slide {
	margin: 0 30px;
}

.reviews-slider .slick-list {
	margin: 0 -30px;
}

.reviews-slider {
	margin-bottom: 50px;
}

.reviews-slider .quote {
	width: 45px;
	height: 45px;
}

.reviews-slider .quote path {
	fill: var(--color-one);
	fill-opacity: 1;
}

.reviews-slider .star-rating {
	display: flex;
	margin-top: 10px;
	margin-bottom: 5px;
}

.reviews-slider .star-rating .star-icon {
	margin-right: 7px;
	width: 20px;
	height: 20px;
}

.reviews-slider .title {
	color: #42525b;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	z-index: 1;
	margin-top: 10px;
}

.reviews-slider .slick-track {
	display: flex !important;
}

.reviews-slider .slick-slide {
	height: inherit !important;
}

.reviews-slider .slick-slide > div {
	height: 100% !important;
}

.reviews-slider .item {
	height: 100% !important;
	position: relative;
}

.reviews-slider .slick-slide:last-child.item {
	border-right: 0;
}

.reviews-slider .slick-arrow.slick-prev {
	position: absolute;
	bottom: -110px;
	left: 0;
}

.reviews-slider .slick-next.slick-arrow {
	position: absolute;
	bottom: -110px;
	right: 0;
}

.reviews-slider .slick-arrow:hover {
	background: var(--color-one);
	border-color: var(--color-one);
}

.reviews-slider .slick-arrow:hover:before {
	border-color: #fff;
}

.reviews-slider .slick-arrow.slick-disabled {
	opacity: .5;
	pointer-events: none;
}

.reviews-slider .desc {
	margin-bottom: 10px;
}

.reviews-slider .company {
	font-weight: 300;
	font-style: italic;
	line-height: 1.5;
}

.reviews-slider .date {
	opacity: .8;
}

/*========= FAQs Page ===========*/
.page-template-faq .location-section {
	margin-top: 0;
}

.faq-accordion .faq-inner-top-heading h2 {
	margin-bottom: 25px;
	font-size: 60px;
	color: #110f2a;
}

.faq-accordion .accordion-body {
	padding: 0 30px 20px 30px;
	border: none;
	color: #fff;
}

.faq-accordion .accordion-item {
	margin-bottom: 25px;
	border: 0;
	background: #fff;
	position: relative;
}

.faq-accordion .accordion-item.active {
	background: var(--color-one);
}

.faq-accordion .accordion-item.active .accordion-header button {
	padding: 25px 45px 15px 30px;
}

.faq-accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion-header {
	font-family: var(--font-one);
}

.faq-accordion .accordion-item .accordion-header button {
	padding: 25px 45px 25px 30px;
	box-shadow: none;
	font-size: 25px;
	line-height: 1.3;
	color: var(--color-black);
	background: #f8f8f8;
	font-weight: 500;
	letter-spacing: .6px;
	transition: none;
	border-radius: 0;
}

.faq-accordion .accordion-button {
	position: relative;
}

.accordion-button:after {
	display: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(-135deg);
}

.faq-accordion .pagination .nav-links {
	justify-content: center;
}

.accordion-button .arrow {
	display: flex;
	position: absolute;
	width: 36px;
	height: 36px;
	background: #e4e2ff;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	align-items: center;
	z-index: 1;
}

.accordion-button .arrow:before {
	content: "";
	border-top: 2px solid var(--color-one);
	transition: all 400ms ease-in-out;
	text-decoration: none;
	width: calc(100% - 18px);
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}

.accordion-button .arrow:after {
	content: "";
	border-right: 2px solid var(--color-one);
	transition: all 400ms ease-in-out;
	text-decoration: none;
	width: 1px;
	height: calc(100% - 18px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}

.accordion-button:not(.collapsed) .arrow:after {
	display: none;
}

.accordion-item.active button.accordion-button {
	background: var(--color-one);
	color: #fff;
}

.accordion-item.active .arrow {
	background: #fff;
}

/* Video Page */
.videos-list {
	--bs-gutter-x: 20px;
	--bs-gutter-y: 20px;
}

.videos-list .video-thumb {
	position: relative;
}

.videos-list .video-thumb img {
	height: 327px;
	width: 100%;
	object-fit: cover;
}

.videos-list .video-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}

.videos-list .video-title a {
	color: var(--color-black);
}

.videos-list .video-title a:hover {
	color: var(--color-one);
}

.videos-list .video-content {
	border: 1px solid #ececec;
	padding: 15px;
	max-width: calc(100% - 30px);
	margin-top: -30px;
	position: relative;
	background: #fff;
	height: 100%;
}

.videos-list .video-box {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.videos-list .video-link {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.videos-list .play-icon {
	width: 60px;
	height: 60px;
	fill: var(--color-one);
}

.videos-list rect {
	fill: var(--color-one);
	transition: all .35s ease-in-out;
}

.videos-list .video-thumb:hover .play-icon {
	fill: #fff;
}

.videos-list .video-thumb:hover path {
	fill: var(--color-one);
}

.videos-list .video-thumb:hover rect {
	fill: #fff;
}

.videos-list .read-more {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color-one);
	margin-top: 5px;
	display: inline-block;
	position: relative;
}

.videos-list .read-more:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-one);
	border-right: 2px solid var(--color-one);
	display: inline-block;
	transform: rotate(45deg);
	margin-left: 3px;
	position: relative;
	top: -1px;
	opacity: 0;
	visibility: hidden;
	left: -10px;
	transition: all .5s ease;
}

.videos-list .read-more:hover:after {
	opacity: 1;
	visibility: visible;
	left: 0;
}

.video-page .pagination .nav-links {
	justify-content: center;
}

.video-detail .video-wrap {
	position: relative;
	margin-bottom: 20px;
}

.video-detail .video-wrap img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}

.video-detail .video-link {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	padding: 20px;
}

.video-detail .play-icon {
	width: 70px;
	height: 70px;
}

/* Video Detail Page */
.video-detail-page .video-item {
	width: 100%;
}

.video-detail-page .video-thumb {
	position: relative;
	margin-bottom: 20px;
}

.video-detail-page .video-thumb img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}

.video-detail-page .video-title {
	font-size: 28px;
}

.video-detail-page .video-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.video-detail-page .video-box .video-link {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.video-detail-page .video-box .play-icon {
	width: 60px;
	height: 60px;
	fill: var(--color-one);
}

.video-detail-page .video-box rect {
	fill: var(--color-one);
}

.video-detail-page .video-thumb:hover .play-icon {
	fill: #fff;
}

.video-detail-page .video-thumb:hover path {
	fill: var(--color-one);
}

.video-detail-page .video-thumb:hover rect {
	fill: #fff;
}

/*====== Practice Areas =======*/
.practice-areas {
	padding-top: 40px;
	justify-content: center;
}

.practice-areas .item {
	text-align: center;
	margin-bottom: 20px;
}

.practice-areas .inner {
	padding: 30px;
	position: relative;
	height: 100%;
	transition: all .3s ease-in-out;
	overflow: hidden;
	z-index: 1;
	border-radius: 20px;
	border: 1px solid #dadada;
}

.practice-areas .icon {
	width: 100px;
	height: 100px;
	margin: auto;
	background: rgba(230, 184, 0, .06);
	padding: 15px;
	border-radius: 100%;
	fill: var(--color-one);
}

.practice-areas .icon path {
	fill: var(--color-one);
}

.practice-areas .title {
	font-size: 30px;
	font-weight: 500;
	color: var(--color-black);
}

.practice-areas .read-more {
	color: var(--color-one);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .32px;
	text-transform: uppercase;
	background: rgba(0, 102, 164, .07);
	padding: 10px;
	display: block;
	border-radius: 30px;
	margin-top: 15px;
}

.practice-areas .inner:hover {
	transform: scale(1.03);
	box-shadow: 2px 2px 20px #ddd;
	border-color: transparent;
}

.practice-areas .read-more:hover {
	background: var(--color-one);
	color: #fff;
}

/* Attorney Bio Page */
.attorney-info .heading {
	font-size: 90px;
	line-height: 1;
}

.attorney-info .role {
	color: var(--color-one);
	font-size: 30px;
	font-weight: 600;
	position: relative;
}

.attorney-info .role:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 14px;
	bottom: 12px;
	left: 0;
	background: var(--color-one);
	z-index: -1;
}

.attr-social-links {
	margin-top: 15px;
}

.attr-social-links ul {
	list-style: none;
	display: flex;
}

.attr-social-links li + li {
	margin-left: 15px;
}

.attr-social-links li a {
	color: #fff;
	width: 45px;
	height: 45px;
	display: inline-block;
	padding: 0;
	border: 1px solid var(--color-one);
	border-radius: 100%;
}

.attr-social-links li svg {
	width: 100%;
	height: 100%;
	fill: var(--color-one);
	padding: 10px;
}

.attr-social-links li svg path {
	fill: var(--color-one);
}

.attr-social-links li a:hover {
	background: var(--color-one);
	border-color: var(--color-one);
}

.attr-social-links li a:hover svg, .attr-social-links li a:hover svg path {
	fill: var(--color-one);
}

.attorney-tabs {
	display: flex;
}

.attorney-tabs .tab-item {
	width: 50%;
	padding: 15px 20px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eee;
	color: var(--color-black);
}

.attorney-tabs .tab-item.active {
	background: var(--color-one);
}

.attorney-tab-content .tab-content {
	display: none;
	justify-content: center;
}

.attorney-tab-content .tab-content ul {
	column-count: 2;
}

.attorney-tab-content .tab-content ul ul {
	column-count: 1;
}

.attorney-tab-content .tab-content.active {
	display: flex;
}

.attorney-awards {
	display: flex;
	align-items: center;
}

.attorney-awards .award-item {
	margin-top: 30px;
}

.about-section .image:before {
	content: "";
	position: absolute;
	width: 50%;
	height: calc(100% - 100px);
	top: 0;
	bottom: 0;
	left: -30px;
	margin: auto;
	border: 1px solid rgba(103, 98, 190, .5);
	z-index: -1;
}

.services-section .inner {
	position: relative;
	outline: 1px solid rgba(255, 255, 255, .35);
	outline-offset: -20px;
	transition: all .2s ease-in-out;
	z-index: 1;
	overflow: hidden;
}

.services-section .inner img {
	transition: all .3s ease-in-out;
	height: 400px;
	object-fit: cover;
}

.services-section .detail {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.services-section .title {
	font-size: 40px;
	text-transform: uppercase;
	font-family: var(--font-two);
	line-height: 1;
}

.services-section .read {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: inline-block;
	line-height: 1.7;
	margin-top: 15px;
}

.services-section .read .arrow {
	width: 14px;
	height: 14px;
	fill: #fff;
	margin-top: -2px;
}

.services-section .read .arrow path {
	fill: #fff;
}

.services-section .inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	top: 0;
	left: 0;
	transition: all .3s ease-in-out;
}

.services-section .inner:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
}

.services-section .services {
	--bs-gutter-y: 25px;
}

.surgeon-section .btns-wrap {
	display: flex;
	gap: 20px;
}

.surgeon-section .image:after {
	content: "";
	position: absolute;
	width: 50%;
	height: calc(100% - 100px);
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
	border: 1px solid rgba(103, 98, 190, .5);
	z-index: -1;
}

.gallery-images {
	display: flex;
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 20px;
	gap: 20px;
}

.gallery-images .item {
	display: flex;
}

.gallery-images .item > div {
	width: 50%;
	height: 240px;
}

.gallery-images .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-section .d-btn {
	margin-top: 70px;
}

.blog-section {
	background: #f8f8f8;
	overflow: hidden;
}

.home-blog-list {
	--bs-gutter-x: 30px;
}

.blog-section .first-blog-image {
	height: 430px;
	position: relative;
	overflow: hidden;
}

.blog-section .first-blog-image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	z-index: 1;
}

.first-blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.first-blog-image:hover img {
	transform: scale(1.05);
}

.first-blog-image .detail {
	position: absolute;
	padding: 30px;
	bottom: 0;
	z-index: 1;
}

.first-blog-title {
	font-size: 35px;
	line-height: 1.3;
	color: #fff;
}

.first-blog-read {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	line-height: 1.7;
	margin-top: 15px;
	color: #fff;
}

.first-blog-read .arrow {
	width: 14px;
	height: 14px;
}

.other-blogs {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.other-blogs .row {
	--bs-gutter-x: 30px;
	align-items: center;
}

.other-blogs .image {
	height: 200px;
	position: relative;
	overflow: hidden;
}

.other-blogs .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.other-blogs .image:hover img {
	transform: scale(1.05);
}

.other-blogs .blog-category a {
	color: #3e3e3e;
	font-size: 15px;
	text-transform: uppercase;
}

.other-blogs .blog-category a:hover {
	color: var(--color-one);
}

.other-blogs .title {
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 10px;
}

.other-blogs .read {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--color-one);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	line-height: 1.5;
	margin-top: 15px;
	color: var(--color-one);
	font-weight: 500;
}

.other-blogs .arrow {
	width: 14px;
	height: 14px;
}

.other-blogs .arrow path {
	fill: var(--color-one);
}

.other-blogs .read:hover {
	color: #000;
	border-color: #000;
}

.other-blogs .read:hover path {
	fill: #000;
}

.contact-section .wpcf7-form {
	position: relative;
	margin-top: 30px;
}

/* Team Page */
.default-content h2 {
	font-family: var(--font-two);
	font-size: 55px;
}

.team-list {
	--bs-gutter-x: 50px;
	--bs-gutter-y: 50px;
}

.team-list .item {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.team-list .detail {
	border: 1px solid #ececec;
	padding: 30px;
	width: calc(100% - 45px);
	margin-top: -30px;
	position: relative;
	background: #fff;
	height: 100%;
	transition: background .35s ease-in-out;
}

.team-list .image {
	height: 500px;
}

.team-list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
	object-position: center 0;
}

.team-list .name {
	font-size: 40px;
	line-height: 1;
	font-family: var(--font-two);
	color: var(--color-black);
}

.team-list .role {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #3e3e3e;
}

.team-list .read {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--color-one);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	line-height: 1.7;
	margin-top: 15px;
	color: var(--color-one);
	font-weight: 500;
	transition: none;
}

.team-list .arrow {
	width: 14px;
	height: 14px;
}

.team-list .arrow path {
	fill: var(--color-one);
}

.team-list .read:hover {
	color: var(--color-grey);
	border-color: var(--color-grey);
}

.team-list .read:hover path {
	fill: var(--color-grey);
}

.team-list .item:hover .detail {
	background: var(--color-one);
	border-color: var(--color-one);
	color: #fff;
}

.team-list .item:hover .name, .team-list .item:hover .role {
	color: #fff;
}

.team-list .item:hover .read {
	color: #fff;
	border-color: #fff;
}

.team-list .item:hover .arrow path {
	fill: #fff;
}

/* Team Detail */
.td-sec-one .image {
	height: 100%;
}

.td-sec-one .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.td-sec-one .text-col {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	background: url("https://www.plastic.org/nitropack_static/PBdcQYIRYnESwAsmJvpyOBsYypjoHtGx/assets/images/optimized/rev-3974c87/www.plastic.org/wp-content/themes/sazps/images/bg-1.webp");
	background-size: cover;
	background-color: #efeef7;
}

.td-sec-one .text-col .inner {
	padding: 40px;
}

.td-sec-one .rating {
	display: flex;
	align-items: center;
}

.td-sec-one .star-icons {
	position: relative;
	display: inline-block;
	width: 135px;
	height: 27px;
}

.td-sec-one .rating .star {
	width: 27px;
	height: 27px;
}

.td-sec-one .rating path {
	fill: #ffce47;
}

.td-sec-one .rating-text {
	margin-left: 15px;
	text-transform: capitalize;
}

.review-tabs {
	display: flex;
	flex-wrap: wrap;
	background: rgba(103, 98, 190, .1);
	text-transform: uppercase;
	gap: 20px;
	justify-content: center;
	margin-bottom: 70px;
}

.review-tabs a {
	padding: 25px 0;
	margin: 0 15px;
	display: inline-block;
	color: #000;
	font-size: 18px;
	border-bottom: 3px solid transparent;
}

.review-tabs a:hover, .review-tabs .active {
	color: var(--color-one);
	border-color: var(--color-one);
}

.service-item + .service-item {
	margin-top: 50px;
}

.service-top {
	background: #f0eff8;
}

.services .service-category {
	font-size: 82px;
	font-family: var(--font-two);
	text-transform: uppercase;
	text-align: center;
	background: #f0eff8;
	line-height: 1.2;
	padding: 60px 20px 40px;
	position: relative;
	margin: 0;
	transition: all .3s ease-in-out;
}

.services .service-category:hover {
	color: var(--color-one);
}

.service-image {
	height: 100%;
	outline: 1px solid rgba(255, 255, 255, .5);
	outline-offset: -14px;
	position: relative;
}

.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-tab-list {
	border: 1px solid rgba(203, 203, 203, 1);
	border-top: 0;
	border-bottom: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-tab-item {
	display: flex;
	flex-grow: 1;
}

.service-tab-list .service-tab-item a {
	border-bottom: 1px solid rgba(203, 203, 203, 1);
	text-align: center;
	font-size: 25px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 20px 10px;
	color: var(--color-grey);
}

.service-tab-list .service-tab-item:hover a, .service-tab-list .service-tab-item.active a {
	background: var(--color-one);
	color: #fff;
}

.service-tab-content {
	display: none;
	padding: 115px;
	position: relative;
	height: 100%;
	align-items: center;
}

.service-tab-content .img {
	position: absolute;
	top: 0;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-tab-content.active {
	display: flex;
}

.service-bottom .content-col {
	background: rgba(0, 0, 0, .79);
	color: #fff;
}

.service-detail .title {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}

.service-detail .btns {
	margin-top: 20px;
	display: flex;
	gap: 20px;
}

.service-detail .btn:hover {
	border-color: #fff;
	color: #fff;
}

/* Procuderue Detail Page */
.pro-sec-one .featured-img {
	width: 50%;
	display: inline-block;
	float: left;
	padding-right: 40px;
}

.pro-sec-two-col {
	background: #f0eff8;
}

.block-heading {
	font-family: var(--font-two);
}

.pro-sec-blocks .inner {
	background: rgba(103, 98, 190, .1);
	padding: 50px;
	color: var(--color-black);
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pro-sec-blocks .btn {
	transition: none;
}

.pro-sec-blocks .inner:hover {
	background: rgba(103, 98, 190, 1);
	color: #fff;
}

.pro-sec-blocks .inner:hover .block-heading {
	color: #fff;
}

.pro-sec-blocks .inner:hover .btn {
	background: #fff;
	color: var(--color-one);
}

.pro-sec-reviews {
	background: #f8f8f8;
	margin-bottom: 80px;
}

.pro-sec-reviews .top-reviews-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 65px;
	margin-bottom: 40px;
}

.pro-sec-reviews .total-rating {
	display: flex;
	align-items: center;
	gap: 3px;
}

.pro-sec-reviews .avg-rating {
	text-transform: capitalize;
}

.pro-sec-blog .item {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.pro-sec-blog .image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.pro-sec-blog .detail {
	border: 1px solid #ececec;
	padding: 30px;
	width: calc(100% - 45px);
	margin-top: -30px;
	position: relative;
	background: #fff;
	height: 100%;
	transition: all .35s ease-in-out;
}

.pro-sec-blog .title {
	font-size: 35px;
	line-height: 1.3;
	font-weight: 500;
	color: var(--color-black);
}

.pro-sec-blog .read {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--color-one);
	display: inline-block;
	line-height: 1.5;
	margin-top: 15px;
	color: var(--color-one);
	font-weight: 500;
	transition: none;
}

.pro-sec-blog .read path {
	fill: var(--color-one);
}

.pro-sec-blog .item:hover .detail {
	background: var(--color-one);
	border-color: var(--color-one);
	color: #fff;
}

.pro-sec-blog .item:hover .title {
	color: #fff;
}

.pro-sec-blog .item:hover .read {
	color: #fff;
	border-color: #fff;
}

.pro-sec-blog .item:hover .read path {
	fill: #fff;
}

.pro-sec-location iframe {
	width: 100%;
	height: 450px;
	display: block;
}

.pro-sec-videos .video-thumb {
	position: relative;
}

.pro-sec-videos .video-thumb img {
	height: 327px;
	width: 100%;
	object-fit: cover;
}

.pro-sec-videos .video-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	display: flex;
	align-items: center;
	height: 100%;
}

.pro-sec-videos .video-title a {
	color: var(--color-black);
}

.pro-sec-videos .video-title a:hover {
	color: var(--color-one);
}

.pro-sec-videos .video-content {
	border: 1px solid #ececec;
	padding: 15px;
	max-width: calc(100% - 30px);
	margin-top: -30px;
	position: relative;
	background: #fff;
	height: 100%;
}

.pro-sec-videos .video-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.pro-sec-videos .video-link {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.pro-sec-videos .play-icon {
	width: 60px;
	height: 60px;
	fill: var(--color-one);
}

.pro-sec-videos rect {
	fill: var(--color-one);
}

.pro-sec-videos .video-thumb:hover .play-icon {
	fill: #fff;
}

.pro-sec-videos .video-thumb:hover path {
	fill: var(--color-one);
}

.pro-sec-videos .video-thumb:hover rect {
	fill: #fff;
}

/* Gallery Page */
.photo-gallery-search {
	background: rgba(103, 98, 190, .1);
}

.photo-gallery-search select {
	width: 100%;
	padding: 18px 25px 15px;
	border: 0;
	margin-bottom: 50px;
	font-family: var(--font-two);
	text-transform: uppercase;
	font-size: 22px;
	background-color: transparent;
	box-shadow: none !important;
	background-size: 24px;
	background-position: calc(100% - 25px) center;
	--bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236762be' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.photo-gallery {
	--bs-gutter-x: 40px;
	--bs-gutter-y: 40px;
}

.photo-gallery .item {
	display: none;
}

.photo-gallery .item.active {
	display: block;
}

.photo-category + .photo-category {
	margin-top: 80px;
}

.photo-gallery .inner {
	border: 1px solid #ececec;
	padding: 20px 20px 20px;
	height: 100%;
	position: relative;
}

.photo-gallery .photos {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.photo-gallery .photos img {
	height: 210px;
	width: calc(50% - 5px);
	object-fit: cover;
}

.photo-gallery ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	line-height: 1.5;
}

.photo-gallery li {
	width: calc(50% - 5px);
}

.photo-gallery li strong {
	font-weight: 400;
	width: 50%;
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

.photo-gallery li strong:after {
	content: ":";
	position: absolute;
	right: 8px;
	top: 0;
	margin: 0;
	margin-left: 0;
}

.photo-gallery .detail {
	margin-top: 15px;
}

.photo-gallery .btn {
	width: calc(100% - 40px);
	margin-top: 15px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20px;
	max-width: 100%;
}

/* Gallery Detail Page */
.gallery-content h2 {
	font-family: var(--font-two);
	text-transform: uppercase;
	font-size: 55px;
}

.gallery-detail-photos .item {
	border: 1px solid #ececec;
	padding: 30px;
	margin: 20px 0;
}

.gallery-detail-photos .row {
	--bs-gutter-x: 40px;
}

.gallery-detail-photos .title {
	font-size: 25px;
	font-family: var(--font-two);
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 15px;
}

.gallery-detail-photos img {
	width: 100%;
	height: 215px;
	object-fit: cover;
}

.sidebar .gallery-widget {
	padding-bottom: 15px;
	position: relative;
	border: 0px solid #1b2b5c;
	margin-bottom: 40px;
	border-radius: 20px;
}

.sidebar .gallery-widget:last-child {
	margin-bottom: 0;
}

.gallery-widget li a {
	color: #3e3e3e;
}

.gallery-widget li a:hover {
	color: var(--color-one);
}

.patient-detail li strong {
	min-width: 110px;
	position: relative;
	margin-right: 30px;
	font-weight: 400;
}

.patient-detail li strong:after {
	content: ":";
	position: absolute;
	right: 0;
}

/*======== Doctor Page */
.doc-intro-section .image {
	height: 100%;
}

.doc-intro-section .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doc-intro-section .intro-title {
	font-size: 40px;
	font-family: var(--font-two);
	line-height: 1;
	margin-bottom: 10px;
}

.doc-intro-section .background {
	background-image: url("https://www.plastic.org/nitropack_static/PBdcQYIRYnESwAsmJvpyOBsYypjoHtGx/assets/images/optimized/rev-3974c87/www.plastic.org/wp-content/themes/sazps/images/bg-2.webp");
	background-color: rgba(103, 98, 190, .1);
	mix-blend-mode: multiply;
	display: flex;
	align-items: center;
}

.doc-intro-section .background.nitro-lazy {
	background-image: none !important;
}

.doc-intro-section .intro-content {
	padding: 50px 30px;
	position: relative;
}

.doc-intro-section .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doc-intro-section .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.doc-intro-section .rating {
	display: flex;
	align-items: center;
}

.doc-intro-section .rating .star {
	width: 27px;
	height: 27px;
}

.doc-intro-section .rating-text {
	text-transform: capitalize;
}

.doc-choose-section .content-choose + .content-choose {
	margin-top: 30px;
}

.doc-expert-section {
	background-color: #f8f8f8;
}

.doc-expert-section .listing ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.doc-expert-section .listing li {
	position: relative;
	list-style: none;
	display: inline-block;
	width: calc(50% - 10px);
}

.doc-edu-section {
	position: relative;
}

.doc-edu-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 78%;
	bottom: 0;
	left: 0;
	background-color: #6762be;
	z-index: -1;
}

.doc-edu-section .contents ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.doc-edu-section .contents ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	width: calc(50% - 10px);
}

.doc-edu-section .video-wrap {
	position: relative;
}

.doc-edu-section .video-wrap img {
	width: 100%;
	object-fit: cover;
}

.doc-edu-section .video-link {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.doc-edu-section .play-icon {
	width: 90px;
	height: 90px;
}

.doc-edu-section .video-wrap rect {
	transition: all .45s ease-in-out;
}

.doc-edu-section .video-wrap:hover rect {
	fill: #fff;
}

.doc-edu-section .video-wrap:hover path {
	fill: var(--color-one);
}

.doc-edu-section .content-section {
	margin-top: 50px;
}

.doc-images-section .image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 445px;
}

.doc-images-section .image:after {
	content: "";
	position: absolute;
	background-color: hsla(243, 41%, 56%, .77);
	height: 100%;
	width: 100%;
	left: 0;
}

.doc-images-section .image img {
	transition: all .3s ease-in-out;
	width: 100%;
	height: 100%;
}

.doc-images-section .image:hover img {
	transform: scale(1.1);
}

.doc-images-section .contents-image {
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 40px;
}

.doc-videos-section {
	background-color: hsla(0, 0%, 97%, 1);
}

.doc-videos-section .video-thumb {
	position: relative;
}

.doc-videos-section .video-thumb img {
	height: 327px;
	width: 100%;
	object-fit: cover;
}

.doc-videos-section .video-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-black);
}

.doc-videos-section .video-box {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.doc-videos-section .video-content {
	border: 1px solid #ececec;
	padding: 15px;
	max-width: calc(100% - 30px);
	margin-top: -30px;
	position: relative;
	background: #fff;
	height: 100%;
}

.doc-videos-section .video-item {
	margin-top: 30px;
}

.doc-videos-section .video-link {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.doc-videos-section .play-icon {
	width: 60px;
	height: 60px;
	fill: var(--color-one);
}

.doc-videos-section rect {
	fill: var(--color-one);
	transition: all .45s ease-in-out;
}

.doc-videos-section .video-thumb:hover .play-icon {
	fill: #fff;
}

.doc-videos-section .video-thumb:hover path {
	fill: var(--color-one);
}

.doc-videos-section .video-thumb:hover rect {
	fill: #fff;
}

/* About Page */
.about-section-content .image {
	height: 100%;
}

.about-section-content .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.visiting-section .vc-wrap {
	background: #f0eff8 url("https://www.plastic.org/nitropack_static/PBdcQYIRYnESwAsmJvpyOBsYypjoHtGx/assets/images/optimized/rev-3974c87/www.plastic.org/wp-content/themes/sazps/images/bg-3.webp");
	background-size: cover;
	padding: 60px;
}

.visiting-section .vc-wrap.nitro-lazy {
	background: none !important;
}

.visiting-section .heading {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-wrap-style: balance;
}

.visiting-section .listing ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
	margin-top: 20px;
}

.visiting-section .listing li {
	width: calc(50% - 10px);
}

.visiting-section .listing li:last-child:nth-child(odd) {
	width: 100%;
	text-align: center;
}

.about-mission-section .mission-wrap {
	background: #f0f0f9 url("https://www.plastic.org/nitropack_static/PBdcQYIRYnESwAsmJvpyOBsYypjoHtGx/assets/images/optimized/rev-3974c87/www.plastic.org/wp-content/themes/sazps/images/bg-4.webp");
	background-size: cover;
	padding: 80px 100px;
}

.about-mission-section .mission-wrap.nitro-lazy {
	background: none !important;
}

/* Contact Page */
.map-section .title-address {
	font-size: 45px;
	line-height: 1.2;
	font-family: var(--font-two);
	margin-bottom: 30px;
	text-transform: uppercase;
}

.map-section iframe {
	width: 100%;
	height: 700px;
}

.map-section {
	position: relative;
}

.map-section .address-info {
	display: flex;
	border-bottom: 1px solid hsla(0, 0%, 100%, .3);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.map-section .address-info .icon {
	margin-top: 3px;
	width: 45px;
	height: 45px;
}

.map-section .address-info .icon svg, .map-section .address-info .icon img {
	width: 100%;
}

.map-section .address-info:nth-child(4) {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	border: none !important;
}

.map-section .address-details {
	background-color: rgba(103, 98, 190, 1);
	position: absolute;
	top: 0;
	right: 65px;
	padding: 50px 40px;
	max-width: 475px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.map-section .address {
	margin-left: 20px;
	line-height: 1.5;
}

.map-section .address h6 {
	text-transform: capitalize;
	font-family: var(--font-one);
	margin-bottom: 5px;
}

.map-section .address p {
	font-size: 18px;
}

.map-section .desc p {
	font-size: 20px;
	color: rgba(92, 92, 92, 1);
}

.map-section .map-contact {
	line-height: 0;
}

/* Resources */
.resources-list {
	justify-content: center;
}

.resources-list .inner {
	background: rgba(103, 98, 190, .1);
	padding: 40px;
	color: var(--color-black);
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out;
}

.resources-list .title {
	font-family: var(--font-two);
	font-size: 32px;
}

.resources-list .btn {
	transition: none;
}

.resources-list .inner:hover {
	background: rgba(103, 98, 190, 1);
	color: #fff;
}

.resources-list .inner:hover .title {
	color: #fff;
}

.resources-list .inner:hover .btn {
	background: #fff;
	color: var(--color-one);
}

/* Financing options */
.financing-options .row {
	padding: 40px 0;
}

.financing-options .row + .row {
	border-top: 1px solid #ddd;
}

.breadcrumb {
	background: #f3f3f3;
	font-size: 20px;
	line-height: 1.5;
	padding: 12px 0;
	margin: 0;
}

.search .breadcrumb {
	display: none;
}

.aboutus-links .row {
	justify-content: center;
}

.aboutus-links .inner {
	position: relative;
	outline: 1px solid rgba(255, 255, 255, .5);
	outline-offset: -15px;
	transition: all .2s ease-in-out;
	z-index: 1;
	overflow: hidden;
}

.aboutus-links .inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
	transition: all .3s ease-in-out;
}

.aboutus-links .inner:hover:before {
	background: rgba(0, 0, 0, .5);
}

.aboutus-links .inner img {
	transition: all .3s ease-in-out;
	height: 450px;
	object-fit: cover;
}

.aboutus-links .detail {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.aboutus-links .title {
	font-size: 35px;
	text-transform: uppercase;
	font-family: var(--font-two);
	line-height: 1;
}

.aboutus-links .read {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: inline-block;
	line-height: 1.5;
	margin-top: 15px;
}

.aboutus-links .read .arrow {
	width: 16px;
	height: 16px;
	fill: #fff;
}

.aboutus-links .read .arrow path {
	fill: #fff;
}

.aboutus-links .read {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: inline-block;
	line-height: 1.5;
	margin-top: 15px;
}

/* Virtaul Consultation */
.virtual-icon-box .inner {
	border: 1px solid #ddd;
	height: 100%;
	padding: 40px 20px;
}

.virtual-icon-box .item .icon {
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
}

.virtual-icon-box .title {
	font-size: 28px;
}

.page.page-id-678 .pro-sec-reviews {
	margin-bottom: 0;
}

.grey-bg {
	background: #eee;
}

.parent-menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}

.parent-menu ul li a {
	padding: 10px 20px;
	margin: 2px;
	background: var(--color-one);
	border: 1px solid transparent;
	color: #fff;
	display: block;
}

.parent-menu ul li a:hover {
	border: 1px solid var(--color-one);
	color: #000;
	background: 0 0;
}

.parent-menu .widgettitle {
	padding-bottom: 1rem;
	font-weight: 200;
	font-size: 55px;
	line-height: 1.2;
}

/* new css */
.search-results .header {
	box-shadow: 0 5px 5px -5px #555;
}

.photo-gallery-page {
	width: 100%;
	position: relative;
}

.photo-gallery .inner:hover {
	border: 1px solid var(--color-one);
}

.photo-gallery li, .photo-gallery li strong, .photo-gallery li span {
	color: var(--color-grey);
}

.photo-gallery .inner:hover a li strong, .photo-gallery .inner:hover a li span {
	color: var(--color-one);
}

.photo-gallery-category-box {
	width: 100%;
	height: 100%;
	color: #fff;
	border: 10px solid #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	position: relative;
	background-color: rgba(103, 98, 190, .1);
}

.photo-gallery-category-name {
	background-color: var(--color-one);
	text-transform: uppercase;
	padding: 25px 15px 20px;
	line-height: 1;
	font-weight: 600;
	font-size: 26px;
	margin: 0;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	font-family: var(--font-two);
}

.photo-gallery-category-box ul {
	width: 100%;
	position: relative;
	min-height: 250px;
}

.photo-gallery-category-box ul li {
	position: relative;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .45);
}

.photo-gallery-category-box ul li a {
	color: var(--color-black);
	font-size: 18px;
	padding: 15px 25px;
	display: block;
	line-height: 1;
	transition: .25s;
}

.photo-gallery-category-box ul li a:hover {
	background-color: var(--color-one);
	color: #fff;
}

.gallery-detail-photos .item a .photo-title {
	color: var(--color-grey);
}

.gallery-detail-photos .item a:hover .photo-title {
	color: var(--color-one);
}

/* new css */
.tax-before_after_category .page-banner, .single-post_before_after .page-banner {
	display: none !important;
}

.tax-before_after_category .header, .single-post_before_after .page-banner {
	box-shadow: 0 5px 5px -5px #555;
}

.growing_popularity {
	background: #f8f8f8;
	overflow: hidden;
}

.facial_procedures .item_wrap {
	border: 1px solid #fff;
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 30px;
	min-height: 280px;
}

.facial_procedures.body_sculpting .item_wrap {
	text-align: left;
	min-height: 682px;
}

.facial_procedures ul {
	padding-left: 20px;
}
