@font-face {
	font-family: themify;
	src: url(../fonts/themify.eot?-fvbane);
	src: url(2021/9/tfu7011246/assets/fonts/themify.eot?) format('embedded-opentype'), url(../font/themify.woff) format('woff'), url(2021/9/tfu7011246/assets/fonts/themify.ttf?-fvbane) format('truetype'), url(2021/9/tfu7011246/assets/fonts/themify.svg?-fvbane) format('svg');
	font-weight: 400;
	font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
	font-family: themify;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ti-reload:before {
	content: "\e619"
}

.ti-close:before {
	content: "\e646"
}

.ti-angle-right:before {
	content: "\e649"
}

.ti-angle-left:before {
	content: "\e64a"
}

.ti-pinterest:before {
	content: "\e731"
}

.ti-linkedin:before {
	content: "\e735"
}

.ti-instagram:before {
	content: "\e73d"
}

.ti-google:before {
	content: "\e73e"
}

.ti-facebook:before {
	content: "\e741"
}

.ti-twitter-alt:before {
	content: "\e74b"
}

@font-face {
	font-family: flaticon;
	src: url(../font/flaticon.ttf) format("truetype"), url(2021/9/tfu7011246/assets/fonts/flaticon.woff?75713cd0fe92267c82649658f1a3b271) format("woff"), url(2021/9/tfu7011246/assets/fonts/flaticon.woff2?75713cd0fe92267c82649658f1a3b271) format("woff2"), url(2021/9/tfu7011246/assets/fonts/flaticon.eot?75713cd0fe92267c82649658f1a3b271) format("embedded-opentype"), url(2021/9/tfu7011246/assets/fonts/flaticon.svg?75713cd0fe92267c82649658f1a3b271) format("svg")
}

i[class*=" flaticon-"]:before,
i[class^=flaticon-]:before {
	font-family: flaticon !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.flaticon-calendar:before {
	content: "\f103"
}

.flaticon-comment-white-oval-bubble:before {
	content: "\f104"
}

.flaticon-email:before {
	content: "\f106"
}

.flaticon-location:before {
	content: "\f10a"
}

.flaticon-phone-call:before {
	content: "\f10d"
}

.flaticon-send:before {
	content: "\f112"
}

.flaticon-telephone:before {
	content: "\f115"
}

.flaticon-user:before {
	content: "\f117"
}

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ol,
ul {
	padding-left: 2rem
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

img,
svg {
	max-width: 100%;
	vertical-align: middle
}

img{
	width: 100%;
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::file-selector-button {
	font: inherit
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

.blockquote>:last-child {
	margin-bottom: 0
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

@media (min-width:576px) {
	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width:768px) {
	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}
}

@media (min-width:992px) {
	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
}

@media (min-width:1200px) {
	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px)
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.collapse:not(.show) {
	display: none
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem
}

@media (min-width:576px) {
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (min-width:768px) {
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.list-group-numbered>li::before {
	content: counters(section, ".") ". ";
	counter-increment: section
}

.toast-container>:not(:last-child) {
	margin-bottom: .75rem
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.align-items-center {
	align-items: center !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}
}

html {
	font-size: 18px
}

:root {
	scroll-behavior: unset
}

body {
	font-family: "Open Sans", sans-serif;
	color: #6c6c6c;
	background-color: #fff;
	font-size: 16px;
	font-size: .8888888889rem;
	overflow-x: hidden
}

@media (max-width:767px) {
	body {
		font-size: 14px
	}
	.wpo-site-header .row {
		padding-left: 0 !important;
	}
}

p {
	font-size: 18px;
	color: #6c6c6c;
	line-height: 1.8em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #de3a3a;
	font-family: "Futura PT"
}

ul {
	padding-left: 0;
	margin: 0
}

a {
	text-decoration: none;
	transition: all .2s
}

a:hover {
	text-decoration: none
}

.page-wrapper {
	position: relative;
	overflow: hidden
}

.fi:before {
	margin: 0
}

.section-padding {
	padding: 140px 0
}

@media (max-width:767px) {
	.section-padding {
		padding: 0;
		padding-top: 60px;
	}
}

.contact-validation-active .error-handling-messages {
	width: 100% !important;
	margin-top: 15px !important
}

.contact-validation-active #loader {
	display: none;
	margin-top: 10px
}

.contact-validation-active #loader i {
	font-size: 30px;
	font-size: 1.6666666667rem;
	color: #de3a3a;
	display: inline-block;
	-webkit-animation: rotating linear 2s infinite;
	animation: rotating linear 2s infinite
}

.contact-validation-active #error,
.contact-validation-active #success {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none
}

@media (max-width:767px) {

	.contact-validation-active #error,
	.contact-validation-active #success {
		font-size: 15px
	}
}

.contact-validation-active #success {
	background-color: #009a00;
	border-left: 5px solid green;
	margin-bottom: 5px
}

.contact-validation-active #error {
	background-color: #ff1a1a;
	border-left: 5px solid red
}

.section-title span,
.section-title-s4 span {
	color: #de3a3a
}

.section-title-s4>span,
.section-title>span {
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 500;
	color: #004585;
	position: relative;
	margin-top: -.31em;
	display: inline-block;
	margin-top: 50px;
	text-transform: uppercase;
	font-family: "Futura PT"
}

.section-title-s4>span:before,
.section-title>span:before {
	content: "";
	background: #de3a3a;
	width: 30px;
	height: 2px;
	position: absolute;
	left: -35px;
	top: 12px
}

@media (max-width:767px) {

	.section-title-s4>span,
	.section-title>span {
		margin-top: 20px
	}
}

.section-title>span {
	margin-top: 60px
}

@media (max-width:767px) {
	.section-title>span {
		margin-top: 20px
	}
}

@media (max-width:991px) {

	.section-title-s4>span,
	.section-title>span {
		font-size: 14px;
		font-size: .93333rem
	}
}

@media (max-width:767px) {

	.section-title-s4>span,
	.section-title>span {
		letter-spacing: 2px
	}
}

.section-title h2,
.section-title-s4 h2 {
	font-size: 48px;
	font-size: 3.2rem;
	font-weight: 600;
	position: relative;
	margin: .31em 0 0
}

@media (max-width:991px) {

	.section-title h2,
	.section-title-s4 h2 {
		font-size: 42px;
		font-size: 2.8rem
	}
}

@media (max-width:767px) {

	.section-title h2,
	.section-title-s4 h2 {
		font-size: 35px
	}
}

@media (max-width:575px) {

	.section-title h2,
	.section-title-s4 h2 {
		font-size: 25px
	}
}

.section-title h2,
.section-title-s4 h2,
.section-title-s4>span,
.section-title>span {
	position: relative;
	z-index: 2
}

.section-title-s2 h2 {
	font-size: 48px;
	font-size: 3.2rem;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	margin: 0;
	padding-top: .6em;
	position: relative;
	z-index: 2
}

@media (max-width:991px) {
	.section-title-s2 h2 {
		font-size: 42px;
		font-size: 2.8rem
	}
}

@media (max-width:767px) {
	.section-title-s2 h2 {
		font-size: 35px;
		font-size: 2.33333rem;
		padding-top: .4em;
		padding-top: .15em
	}
}

.section-title-s3>span {
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 500;
	color: #777676;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative
}

@media (max-width:991px) {
	.section-title-s3>span {
		font-size: 14px;
		font-size: .93333rem
	}
}

@media (max-width:767px) {
	.section-title-s3>span {
		letter-spacing: 2px
	}
}

.section-title-s3 h2 {
	font-size: 45px;
	font-size: 3rem;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	margin: .21em 0 0
}

@media (max-width:991px) {
	.section-title-s3 h2 {
		font-size: 42px;
		font-size: 2.8rem
	}
}

@media (max-width:767px) {
	.section-title-s3 h2 {
		font-size: 35px;
		font-size: 2.33333rem
	}
}

.section-title-s4>span:after {
	display: none
}

.theme-btn {
	background: #de3a3a;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 15px 45px;
	border: 0;
	border-radius: 0;
	text-transform: capitalize;
	-webkit-backface-visibility: hidden;
	z-index: 1;
	position: relative;
	font-family: "Futura PT";
	font-size: 20px;
	font-size: 1.1111111111rem;
	overflow: hidden
}

.theme-btn::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	z-index: 9;
	content: "";
	transition: transform .6s;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0)
}

.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover {
	color: #fff
}

.theme-btn:active:before,
.theme-btn:focus:before,
.theme-btn:hover:before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0)
}

.theme-btn:hover:after {
	opacity: 1
}

@media (max-width:991px) {
	.theme-btn {
		font-size: 18px;
		font-size: 1rem
	}
}

@media (max-width:767px) {
	.theme-btn {
		padding: 12px 25px;
		font-size: 16px
	}
}

.form input,
.form select,
.form textarea {
	border-color: #bfbfbf;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color: #595959;
	font-style: normal
}

.form input:focus,
.form select:focus,
.form textarea:focus {
	border-color: #de3a3a;
	-o-box-shadow: 0 0 5px 0 #ffc133;
	-ms-box-shadow: 0 0 5px 0 #ffc133;
	box-shadow: 0 0 5px 0 #ffc133
}

.form select {
	font-style: normal;
	background: url(2021/9/tfu7011246/assets/images/select-icon.png) no-repeat right center;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

.form ::placeholder {
	font-style: normal
}

.social-links li {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 1px
}

.social-links li a {
	background-color: #ffc133;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center
}

.social-links li a:hover {
	background-color: #de3a3a
}

@media screen and (min-width:992px) {
	.blog-sidebar {
		padding-left: 45px
	}
}

@media (max-width:991px) {
	.blog-sidebar {
		margin-top: 80px;
		max-width: 400px
	}
}

@media (max-width:767px) {
	.blog-sidebar {
		margin-top: 60px;
		max-width: 400px
	}
}

.blog-sidebar .widget h3 {
	font-size: 23px;
	font-size: 1.2777777778rem;
	color: #de3a3a;
	margin: 0 0 1.3em;
	position: relative;
	text-transform: capitalize;
	font-family: "Futura PT Demi";
	padding-bottom: 20px
}

.blog-sidebar .widget h3:before {
	content: "";
	background-color: #de3a3a;
	width: 55px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px
}

.blog-sidebar .widget h3:after {
	content: "";
	background-color: #f2f2f2;
	width: 80%;
	height: 4px;
	position: absolute;
	left: 65px;
	bottom: 0;
	border-radius: 10px
}

.blog-sidebar>.widget+.widget {
	margin-top: 65px
}

.blog-sidebar .search-widget form div {
	position: relative
}

.blog-sidebar .search-widget input {
	background-color: rgba(255, 177, 0, .05);
	height: 70px;
	font-size: 16px;
	font-size: .8888888889rem;
	padding: 6px 50px 6px 20px;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	transition: all .3s
}

.blog-sidebar .search-widget input:focus {
	background-color: rgba(255, 177, 0, .1)
}

.blog-sidebar .search-widget form button {
	background: 0 0;
	font-size: 20px;
	font-size: 1.1111111111rem;
	color: #fff;
	background-color: #de3a3a;
	border: 0;
	outline: 0;
	position: absolute;
	right: 10px;
	top: 52%;
	height: 50px;
	line-height: 50px;
	width: 50px;
	border-radius: 6px;
	transform: translateY(-50%)
}

.blog-sidebar .about-widget {
	text-align: center;
	background-color: #f4f8fc;
	padding: 45px;
	position: relative;
	z-index: 1
}

@media (max-width:1200px) {
	.blog-sidebar .about-widget {
		padding: 35px
	}
}

.blog-sidebar .about-widget .aw-shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.blog-sidebar .about-widget .img-holder {
	margin-bottom: 25px
}

.blog-sidebar .about-widget .img-holder img {
	border-radius: 50%;
	width: 100%;
	max-width: 200px
}

.blog-sidebar .about-widget ul {
	list-style: none;
	display: flex;
	justify-content: center
}

.blog-sidebar .about-widget ul li {
	margin-right: 10px
}

.blog-sidebar .about-widget ul li:last-child {
	margin-right: 0
}

.blog-sidebar .about-widget ul li a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 50%
}

.blog-sidebar .about-widget h4 {
	font-weight: 700;
	margin-bottom: 15px
}

.blog-sidebar .about-widget p {
	font-size: 15px;
	font-size: .8333333333rem;
	margin-bottom: 1.2em
}

.blog-sidebar .about-widget a {
	font-family: "Futura PT";
	font-size: 14px;
	font-size: .7777777778rem;
	color: #de3a3a;
	text-decoration: underline
}

.blog-sidebar .about-widget a:hover {
	color: #de3a3a
}

.blog-sidebar .category-widget ul {
	list-style: none
}

.blog-sidebar .category-widget ul li {
	font-size: 19px;
	font-size: 1.0555555556rem;
	position: relative
}

@media (max-width:767px) {
	.blog-sidebar .category-widget ul li {
		font-size: 16px;
		font-size: .8888888889rem
	}
}

.blog-sidebar .category-widget ul li span {
	position: absolute;
	right: 0
}

.blog-sidebar .category-widget ul>li+li {
	margin-top: 12px;
	padding-top: 12px
}

.blog-sidebar .category-widget ul a {
	display: block;
	color: #474f62;
	font-family: "Futura PT Demi"
}

.blog-sidebar .category-widget ul a span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #f4f8fc;
	text-align: center;
	border-radius: 50%;
	font-size: 18px
}

@media (max-width:767px) {
	.blog-sidebar .category-widget ul a span {
		font-size: 14px;
		font-size: .7777777778rem
	}
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
	color: #de3a3a
}

.blog-sidebar .tag-widget ul {
	overflow: hidden;
	list-style: none
}

.blog-sidebar .tag-widget ul li {
	float: left;
	margin: 0 8px 8px 0
}

.blog-sidebar .tag-widget ul li a {
	font-size: 15px;
	font-size: .8333333333rem;
	display: inline-block;
	padding: 5px 18px;
	color: #de3a3a;
	background: #ecf4fb;
	border-radius: 5px
}

.blog-sidebar .tag-widget ul li a:hover {
	background: #de3a3a;
	color: #fff
}

.pagination-wrapper {
	text-align: center;
	margin-top: 60px
}

@media (max-width:991px) {
	.pagination-wrapper {
		text-align: left;
		margin-top: 40px
	}
}

.pagination-wrapper .pg-pagination {
	display: inline-block;
	overflow: hidden;
	list-style-type: none;
	text-align: center
}

.pagination-wrapper .pg-pagination li {
	font-family: "Futura PT";
	float: left;
	margin-right: 10px
}

@media (max-width:767px) {
	.pagination-wrapper .pg-pagination li {
		margin-right: 5px
	}
}

.pagination-wrapper .pg-pagination li:last-child {
	margin-right: 0
}

.pagination-wrapper .pg-pagination li a {
	background-color: transparent;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-size: .8888888889rem;
	font-weight: 600;
	color: #de3a3a;
	background: #ebf4fc;
	display: block
}

@media (max-width:991px) {
	.pagination-wrapper .pg-pagination li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		font-size: .8333333333rem
	}
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
	background: #de3a3a;
	border-color: #de3a3a;
	color: #fff
}

.pagination-wrapper .pg-pagination .fi:before {
	font-size: 15px;
	font-size: .8333333333rem
}

.pagination-wrapper-left {
	text-align: left
}

.wpo-site-header {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 999;
	border-bottom: 1px solid #ddd;
}

.wpo-site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0
}

.wpo-site-header .navigation>.container {
	position: relative
}

.wpo-site-header .row {
	width: 100%;
}

@media (max-width:360px) {
	.wpo-site-header .row {
		flex-wrap: nowrap
	}
}

@media (max-width:991px) {
	.wpo-site-header .navigation {
		padding: 20px 0
	}
}

.wpo-site-header #navbar {
	transition: all .5s
}

.wpo-site-header #navbar.slideInn {
	opacity: 1;
	visibility: visible;
	left: 0;
}

.wpo-site-header #navbar>ul li a:focus,
.wpo-site-header #navbar>ul li a:hover {
	text-decoration: none;
	color: #de3a3a
}

@media screen and (min-width:992px) {
	.wpo-site-header #navbar {
		justify-content: center
	}

	.wpo-site-header #navbar li {
		position: relative
	}

	.wpo-site-header #navbar>ul>li>a:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 4px;
		background: #de3a3a;
		content: "";
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
		border-radius: 3px
	}

	.wpo-site-header #navbar>ul>li>a.active:before,
	.wpo-site-header #navbar>ul>li>a:hover:before {
		opacity: 1;
		visibility: visible
	}
}

.wpo-site-header .container-fluid {
	padding-right: 0
}

@media (max-width:991px) {
	.wpo-site-header .container {
		width: 100%;
		max-width: 100%
	}

	.wpo-site-header .navbar-header button span {
		background-color: #fff;
		width: 20px;
		display: block;
		height: 2px;
		margin-bottom: 5px
	}

	.wpo-site-header .navbar-header button span:last-child {
		margin: 0
	}
}

.wpo-site-header #navbar ul {
	list-style: none;
	display: flex;
}

@media (max-width:991px) and (max-width:991px) {
	.wpo-site-header #navbar {
		top: 0;
		visibility: visible;
		opacity: 1
	}
}

@media (max-width:991px) {
	.wpo-site-header #navbar>ul {
		z-index: 101
	}

	.wpo-site-header #navbar ul a {
		color: #000
	}

	.wpo-site-header #navbar ul a:hover,
	.wpo-site-header #navbar ul li.current a {
		color: #de3a3a
	}

	.wpo-site-header .navbar-toggler .first-angle,
	.wpo-site-header .navbar-toggler .last-angle {
		transition: all .3s
	}

	.wpo-site-header .x-close .first-angle {
		position: absolute;
		-webkit-transform: rotate(-44deg);
		top: 16px;
		left: 10px
	}

	.wpo-site-header .x-close .last-angle {
		-webkit-transform: rotate(44deg);
		position: absolute;
		top: 16px;
		right: 10px
	}
}

@media (max-width:767px) {
	.wpo-site-header .navbar-header .navbar-brand {
		font-size: 24px
	}

	.wpo-site-header #navbar .navbar-nav {
		margin: 0
	}
}

@media (max-width:991px) {
	.wpo-site-header .navbar-collapse.collapse {
		display: none
	}

	.wpo-site-header .navbar-header {
		float: none;
		position: relative;
		z-index: 999;
		text-align: center
	}

	.wpo-site-header .navbar-nav {
		float: none
	}

	.wpo-site-header .navbar-nav>li {
		float: none
	}
}

.wpo-site-header .header-right button {
	background: 0 0;
	padding: 0;
	border: 0;
	outline: 0
}

.wpo-site-header .header-right>div {
	float: left;
	position: relative;
	margin-right: 8px
}

.wpo-site-header .header-right .close-form .theme-btn {
	padding: 10px 25px
}

@media (max-width:767px) {
	.wpo-site-header .header-right>div {
		margin-right: 10px
	}
}

.wpo-site-header .header-right>div:last-child {
	margin: 0 0 0 10px;
	position: relative
}

@media (max-width:767px) {
	.wpo-site-header .header-right>div:last-child {
		margin: 3px 0 0 10px
	}
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
	font-size: 18px
}

.wpo-site-header .header-right .search-toggle-btn .fi:before {
	font-size: 20px;
	color: #fff
}

@media (max-width:991px) {
	.page-wrapper {
		transition: all .3s
	}
}

.wpo-site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0
}

.wpo-site-header .navigation>.container {
	position: relative
}

@media (max-width:991px) {
	.wpo-site-header .navigation {
		padding: 0
	}
}

.wpo-site-header #navbar {
	transition: all .5s
}

.wpo-site-header #navbar>ul li a:focus,
.wpo-site-header #navbar>ul li a:hover {
	text-decoration: none;
	color: #de3a3a
}

@media screen and (min-width:992px) {
	.wpo-site-header #navbar li {
		position: relative
	}

	.wpo-site-header #navbar>ul>li>a {
		font-size: 20px;
		padding: 35px 20px;
		display: block;
		color: #232f4b;
		font-family: "Futura PT";
		font-weight: 500;
		position: relative
	}

	.wpo-site-header #navbar>ul>li .sub-menu a {
		font-size: 18px;
		font-size: 1rem;
		display: block;
		padding: 10px 20px;
		color: #de3a3a;
		position: relative;
		overflow: hidden;
		font-weight: 500;
		font-family: "Futura PT"
	}

	.wpo-site-header #navbar>ul>li .sub-menu a:after {
		position: absolute;
		left: 20px;
		bottom: 4px;
		width: 0;
		height: 2px;
		content: "";
		background: #de3a3a;
		transition: all .3s;
		opacity: 0;
		visibility: hidden
	}

	.wpo-site-header #navbar>ul>li .sub-menu a.active:after,
	.wpo-site-header #navbar>ul>li .sub-menu a:hover:after {
		width: 40px;
		opacity: 1;
		visibility: visible
	}
}

@media (max-width:991px) {
	.wpo-site-header #navbar>ul>li a {
		display: block;
		font-size: 15px;
		font-size: .8333333333rem;
		color: #fff;
		font-weight: 600
	}

	.wpo-site-header #navbar>ul>li a.active,
	.wpo-site-header #navbar>ul>li a:hover {
		color: #fff
	}

	.wpo-site-header #navbar>ul .sub-menu>li:last-child {
		border-bottom: 0
	}

	.wpo-site-header #navbar>ul>li>.sub-menu a {
		padding: 8px 15px 8px 45px
	}

	.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
		padding: 8px 15px 8px 65px
	}
}

.wpo-site-header .menu-close {
	display: none
}

@media (max-width:991px) {
	.wpo-site-header .container {
		width: 100%
	}

	.wpo-site-header .mobail-menu button {
		background-color: #fff;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		outline: 0;
		position: relative;
		z-index: 20
	}

	.wpo-site-header .mobail-menu button:focus {
		outline: 0;
		box-shadow: none
	}

	.wpo-site-header .mobail-menu button span {
		background-color: #de3a3a;
		width: 20px;
		display: block;
		height: 2px;
		margin-bottom: 5px
	}

	.wpo-site-header .mobail-menu button span:last-child {
		margin: 0
	}

	.wpo-site-header #navbar {
		background: #de3a3a;
		display: block !important;
		width: 300px;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		position: fixed;
		left: -320px;
		top: 0;
		z-index: 999999;
		opacity: 0;
		visibility: hidden
	}

	.wpo-site-header #navbar .navbar-nav {
		display: block
	}

	.wpo-site-header #navbar>ul {
		position: relative;
		z-index: 101
	}

	.wpo-site-header #navbar ul a {
		color: #000
	}

	.wpo-site-header #navbar ul a:hover,
	.wpo-site-header #navbar ul li.current a {
		color: #de3a3a
	}

	.wpo-site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto;
		padding-bottom: 60px
	}

	.wpo-site-header #navbar>ul>li>a {
		padding: 10px 35px 10px 35px !important;
		color: #fff
	}

	.wpo-site-header .menu-close {
		display: block;
		z-index: 99;
		background: 0 0;
		text-align: center;
		color: #fff;
		border: 0;
		text-align: center;
		margin-left: auto;
		margin-top: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #fff
	}

	.wpo-site-header .navbar-toggler .first-angle,
	.wpo-site-header .navbar-toggler .last-angle {
		transition: all .3s
	}

	.wpo-site-header .x-close .first-angle {
		position: absolute;
		-webkit-transform: rotate(-44deg);
		top: 16px;
		left: 10px
	}

	.wpo-site-header .x-close .last-angle {
		-webkit-transform: rotate(44deg);
		position: absolute;
		top: 16px;
		right: 10px
	}
}

@media (max-width:767px) {
	.wpo-site-header .navbar-header .navbar-brand {
		font-size: 24px
	}

	.wpo-site-header #navbar .navbar-nav {
		margin: 0
	}
}

@media (max-width:991px) {
	.wpo-site-header .navbar-collapse.collapse {
		display: none
	}

	.wpo-site-header .navbar-header {
		float: none
	}

	.wpo-site-header .navbar-nav {
		float: none
	}

	.wpo-site-header .navbar-nav>li {
		float: none
	}
}

@media (max-width:440px) {
	.wpo-site-header .navbar-header .navbar-brand img {
		max-width: 170px
	}
}

@media (max-width:370px) {
	.wpo-site-header .navbar-header .navbar-brand img {
		max-width: 140px
	}
}

@media (max-width:1700px) {
	.wpo-site-header {
		padding: 0 30px
	}
}

@media (max-width:1500px) {
	.wpo-site-header #navbar>ul>li>a {
		padding: 30px 15px
	}

	.wpo-site-header {
		padding: 0 10px
	}
}

@media (max-width:1400px) {
	.wpo-site-header #navbar>ul>li>a {
		padding: 30px 20px;
		font-size: 18px
	}
}

@media (max-width:1200px) {
	.wpo-site-header #navbar>ul>li>a {
		padding: 30px 15px;
		font-size: 16px
	}

	.wpo-site-header .header-right .theme-btn {
		display: none
	}
}

@media (max-width:991px) {
	.wpo-site-header #navbar>ul>li>a {
		font-size: 15px
	}
}

@media (max-width:767px) {
	.header-right .theme-btn {
		padding: 20px 12px
	}
}

.navbar-brand img {
	max-width: 180px
}

.wpo-site-footer {
	background: #de3a3a;
	position: relative;
	font-size: 15px;
	overflow: hidden
}

.wpo-site-footer ul {
	list-style: none
}

.wpo-site-footer p {
	color: #fff
}

.wpo-site-footer li {
	color: #fff
}

.wpo-site-footer .container {
	position: relative
}

.wpo-site-footer .wpo-upper-footer {
	padding: 60px 0
}

@media (max-width:991px) {
	.wpo-site-footer .wpo-upper-footer {
		padding: 60px 0 0
	}
}

@media (max-width:767px) {
	.wpo-site-footer .wpo-upper-footer {
		padding: 60px 0 0
	}
}

.wpo-site-footer .widget-title {
	margin-bottom: 30px
}

@media (max-width:767px) {
	.wpo-site-footer .widget-title {
		margin-bottom: 20px
	}
}

.wpo-site-footer .widget-title h3 {
	font-size: 20px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	font-family: "Futura PT Demi"
}

@media (max-width:991px) {
	.wpo-site-footer .widget-title h3 {
		font-size: 20px;
		font-size: 1.25rem
	}
}


.wpo-site-footer .about-widget p {
	margin-bottom: .8em;
	line-height: 1.9em
}

.wpo-site-footer .about-widget p:last-child {
	margin-bottom: 0
}

.wpo-site-footer .about-widget ul {
	overflow: hidden;
	padding-top: 10px;
	display: flex;
    justify-content: center;
}

.wpo-site-footer .about-widget ul li {
	font-size: 22px;
	float: left
}

.wpo-site-footer .about-widget ul li a {
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 40px;
	background: rgba(255, 255, 255, .1);
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 18px
}

.wpo-site-footer .about-widget ul li a:hover {
	color: #de3a3a;
	background: #fff
}

.wpo-site-footer .about-widget ul li+li {
	margin-left: 25px
}

@media (max-width:1200px) {
	.wpo-site-footer .about-widget ul li+li {
		margin-left: 20px
	}
}

.wpo-site-footer .wpo-service-link-widget {
	padding-left: 30px
}

@media (max-width:1200px) {
	.wpo-site-footer .wpo-service-link-widget {
		padding-left: 0
	}
}

.wpo-site-footer .link-widget {
	overflow: hidden
}

@media (max-width:1199px) {
	.wpo-site-footer .link-widget {
		padding-left: 20px
	}
}

@media (max-width:991px) {
	.wpo-site-footer .link-widget {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.wpo-site-footer .link-widget {
		max-width: 350px
	}
}

.wpo-site-footer .link-widget ul li {
	position: relative
}

.wpo-site-footer .link-widget ul li a {
	color: #fff;
	font-size: 17px
}

.wpo-site-footer .link-widget ul li a:hover {
	text-decoration: underline
}

.wpo-site-footer .contact-ft {
	margin-top: 20px
}

.wpo-site-footer .contact-ft ul li {
	padding-bottom: 15px;
	position: relative;
	padding-left: 35px;
	color: #e5e3e3;
	font-size: 17px
}

.wpo-site-footer .contact-ft ul li i {
	position: absolute;
	left: 0;
	top: 0
}

.wpo-site-footer .contact-ft ul li .fi:before {
	font-size: 20px;
	margin-right: 15px
}

.wpo-site-footer .wpo-lower-footer {
	text-align: center;
	position: relative;
	background: #031a50
}

.wpo-site-footer .wpo-lower-footer .row {
	padding: 20px 0;
	position: relative
}

.wpo-site-footer .wpo-lower-footer .copyright {
	display: inline-block;
	font-size: 15px;
	font-size: .9375rem;
	margin: 0
}

.wpo-site-footer .wpo-lower-footer .copyright a {
	color: #fff;
	text-decoration: none
}

@media (max-width:991px) {
	.wpo-site-footer .wpo-lower-footer .copyright {
		float: none;
		display: block;
		font-size: 14px
	}
}

.wpo-site-footer .instagram ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px
}

.wpo-site-footer .instagram ul li {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	margin-bottom: 5px;
	padding: 0 3px
}

.wpo-site-footer .instagram ul li img {
	width: 100%
}

.wpo-about-section .about-img img,
.wpo-about-section-s2 .about-img img {
	border-radius: 50%;
	width: 100%
}

.wpo-project-section .container {
	position: relative
}

.wpo-project-section .project-section-title span {
	font-size: 20px;
	color: #007a6c;
	font-family: "Futura PT";
	font-weight: 500
}

.wpo-project-section .project-section-title h2 {
	font-size: 40px;
	font-weight: 600
}

@media (max-width:575px) {
	.wpo-project-section .project-section-title h2 {
		font-size: 30px
	}
}

.wpo-about-section-s2 .about-img .shape-3 img {
	border-radius: 0
}

.wpo-about-section-s2 .about-img img {
	border-radius: 0;
	border-bottom-left-radius: 80px
}

.wpo-contact-section .wpo-contact-wrap .contact-form .contact-form-title h2 {
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 600
}

.wpo-contact-section .wpo-contact-wrap .contact-form .contact-form-title h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 110px;
	height: 5px;
	content: "";
	background: #de3a3a
}

.wpo-contact-section .wpo-contact-wrap .contact-form .contact-form-title p {
	font-size: 20px;
	font-weight: 600
}

.wpo-contact-section .wpo-contact-wrap .contact-form .theme-btn {
	display: block;
	width: 100%;
	margin-top: 20px
}

.accordion-collapse p {
	font-size: 15px
}

.wpo-p-details-img img {
	width: 100%
}

.wpo-p-details-section h4 {
	font-size: 40px;
	color: #121127;
	margin-bottom: 30px
}

.wpo-p-details-section p:last-child {
	margin-bottom: 0
}

.wpo-minimal-img img {
	width: 100%
}

.wpo-blog-pg-section .wpo-blog-content .post {
	margin-bottom: 70px
}

@media (max-width:991px) {
	.wpo-blog-pg-section .wpo-blog-content .post {
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	.wpo-blog-pg-section .wpo-blog-content .post {
		margin-bottom: 40px
	}
}

.wpo-blog-pg-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0
}

@media (max-width:767px) {
	.wpo-blog-pg-section .entry-meta {
		margin: 25px 0
	}
}

.wpo-blog-pg-section .entry-meta ul {
	list-style: none
}

.wpo-blog-pg-section .entry-meta ul li {
	font-weight: 500;
	font-size: 14px;
	font-size: .7777777778rem;
	float: left;
	text-transform: uppercase
}

.wpo-blog-pg-section .entry-meta ul li a {
	color: #636893;
	text-decoration: underline
}

.wpo-blog-pg-section .entry-meta ul li a:hover {
	color: #de3a3a
}

.wpo-blog-pg-section .entry-meta ul li i {
	position: relative;
	top: 2px;
	margin-right: 3px
}

.wpo-blog-pg-section .entry-meta ul li+li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative
}

.wpo-blog-pg-section .entry-meta ul li+li:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	content: "";
	background: #de3a3a;
	border-radius: 50%
}

@media (max-width:440px) {
	.wpo-blog-pg-section .entry-meta ul li+li:before {
		display: none
	}
}

@media (max-width:440px) {
	.wpo-blog-pg-section .entry-meta ul li+li {
		margin-left: 0;
		padding-left: 0
	}
}

@media (max-width:767px) {
	.wpo-blog-pg-section .entry-meta ul li {
		font-size: 12px;
		font-size: .6666666667rem
	}
}

@media (max-width:440px) {
	.wpo-blog-pg-section .entry-meta ul li {
		float: none;
		display: block;
		margin-bottom: 5px
	}
}

.wpo-blog-pg-section .post h3 {
	font-size: 34px;
	font-size: 1.8888888889rem;
	line-height: 1.2em;
	font-weight: 600;
	margin: -.27em 0 .7em;
	font-family: "Futura PT Demi"
}

@media (max-width:991px) {
	.wpo-blog-pg-section .post h3 {
		font-size: 25px;
		font-size: 1.3888888889rem
	}
}

@media (max-width:767px) {
	.wpo-blog-pg-section .post h3 {
		font-size: 22px;
		font-size: 1.2222222222rem
	}
}

.wpo-blog-pg-section .post h3 a {
	color: #de3a3a
}

.wpo-blog-pg-section .post h3 a:hover {
	color: #de3a3a
}

.wpo-blog-pg-section .post p {
	margin-bottom: 1.5em
}

@media (max-width:991px) {
	.wpo-blog-pg-section .post p {
		font-size: 16px;
		font-size: .8888888889rem
	}
}

.wpo-blog-pg-section .post a.read-more {
	text-decoration: underline;
	color: #6e6e6e;
	text-transform: uppercase;
	font-family: "Futura PT";
	font-size: 16px
}

.wpo-blog-pg-section .post a.read-more:hover {
	color: #de3a3a
}

.wpo-blog-pg-section .entry-media img {
	width: 100%
}

@media screen and (min-width:1200px) {
	.blog-pg-left-sidebar .blog-sidebar {
		padding-right: 0;
		padding-left: 0
	}
}

.wpo-blog-single-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0
}

@media (max-width:767px) {
	.wpo-blog-single-section .entry-meta {
		margin: 25px 0
	}
}

.wpo-blog-single-section .entry-meta ul {
	list-style: none
}

.wpo-blog-single-section .entry-meta ul li {
	font-weight: 500;
	font-size: 14px;
	font-size: .7777777778rem;
	float: left;
	text-transform: uppercase
}

.wpo-blog-single-section .entry-meta ul li a {
	color: #636893;
	text-decoration: underline
}

.wpo-blog-single-section .entry-meta ul li a:hover {
	color: #de3a3a
}

.wpo-blog-single-section .entry-meta ul li i {
	position: relative;
	top: 2px;
	margin-right: 3px
}

.wpo-blog-single-section .entry-meta ul li+li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative
}

.wpo-blog-single-section .entry-meta ul li+li:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	content: "";
	background: #de3a3a;
	border-radius: 50%
}

@media (max-width:440px) {
	.wpo-blog-single-section .entry-meta ul li+li:before {
		display: none
	}
}

@media (max-width:440px) {
	.wpo-blog-single-section .entry-meta ul li+li {
		margin-left: 0;
		padding-left: 0
	}
}

@media (max-width:767px) {
	.wpo-blog-single-section .entry-meta ul li {
		font-size: 12px;
		font-size: .6666666667rem
	}
}

@media (max-width:440px) {
	.wpo-blog-single-section .entry-meta ul li {
		float: none;
		display: block;
		margin-bottom: 5px
	}
}

.wpo-blog-single-section .entry-media img {
	width: 100%
}

.wpo-blog-single-section .post h2 {
	font-size: 35px;
	font-size: 1.9444444444rem;
	margin: -.22em 0 .7em;
	line-height: 1.3em;
	font-family: "Futura PT Demi"
}

@media (max-width:991px) {
	.wpo-blog-single-section .post h2 {
		font-size: 30px;
		font-size: 1.6666666667rem
	}
}

@media (max-width:767px) {
	.wpo-blog-single-section .post h2 {
		font-size: 25px;
		font-size: 1.3888888889rem
	}
}

.wpo-blog-single-section .post p {
	margin-bottom: 1.5em
}

.detail-text p,.detail-text ul li{
	line-height: 2;
}

.wpo-blog-single-section .post h3 {
	font-size: 24px;
	font-size: 1.3333333333rem;
	font-weight: 600;
	line-height: 1.3em;
	margin: 1.8em 0 1em
}

@media (max-width:991px) {
	.wpo-blog-single-section .post h3 {
		font-size: 22px;
		font-size: 1.2222222222rem
	}
}

@media (max-width:767px) {
	.wpo-blog-single-section .post h3 {
		font-size: 20px;
		font-size: 1.1111111111rem
	}
}

.wpo-blog-single-section .post blockquote {
	background-color: #f4f8fc;
	color: #233d62;
	font-size: 20px;
	line-height: 1.6em;
	padding: 65px;
	margin-top: 60px;
	margin-bottom: 40px;
	border: 0;
	text-align: center;
	position: relative;
	text-decoration: underline
}

@media (max-width:767px) {
	.wpo-blog-single-section .post blockquote {
		padding: 55px 25px
	}
}

.wpo-blog-single-section .post blockquote:before {
	font-family: Flaticon;
	content: "?";
	font-size: 20px;
	font-size: 1.1111111111rem;
	color: rgba(255, 255, 255, .5);
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 2px solid #f4f8fc;
	background: #fff;
	color: #de3a3a;
	border-radius: 50%
}

.wpo-blog-single-section .post .gallery>div {
	width: calc(50% - 15px);
	float: left;
	margin: 0 7.5px 15px
}

.wpo-blog-single-section .post .gallery img {
	width: 100%
}

.wpo-blog-single-section .tag-share ul,
.wpo-blog-single-section .tag-share-s2 ul {
	list-style: none;
	display: inline-block;
	overflow: hidden
}

.wpo-blog-single-section .tag-share ul li,
.wpo-blog-single-section .tag-share-s2 ul li {
	float: left
}

@media (max-width:767px) {

	.wpo-blog-single-section .tag-share ul li,
	.wpo-blog-single-section .tag-share-s2 ul li {
		margin: 2px
	}
}

.wpo-blog-single-section .tag-share ul>li+li,
.wpo-blog-single-section .tag-share-s2 ul>li+li {
	margin-left: 10px
}

@media (max-width:767px) {

	.wpo-blog-single-section .tag-share ul>li+li,
	.wpo-blog-single-section .tag-share-s2 ul>li+li {
		margin: 2px
	}
}

.wpo-blog-single-section .tag-share .tag,
.wpo-blog-single-section .tag-share-s2 .tag {
	display: flex;
	align-items: center
}

.wpo-blog-single-section .tag-share .tag>span,
.wpo-blog-single-section .tag-share-s2 .tag>span {
	font-family: "Futura PT";
	color: #de3a3a;
	font-weight: 600;
	display: inline-block;
	padding-right: 15px;
	text-transform: uppercase
}

.wpo-blog-single-section .tag-share .tag ul,
.wpo-blog-single-section .tag-share-s2 .tag ul {
	list-style: none;
	position: relative
}

.wpo-blog-single-section .tag-share .tag li,
.wpo-blog-single-section .tag-share-s2 .tag li {
	position: relative
}

.wpo-blog-single-section .tag-share .tag a,
.wpo-blog-single-section .tag-share-s2 .tag a {
	font-size: 12px;
	font-size: .6666666667rem;
	display: inline-block;
	padding: 5px 18px;
	color: #de3a3a;
	background: #ecf4fb;
	border-radius: 5px;
	text-transform: uppercase
}

@media (max-width:767px) {

	.wpo-blog-single-section .tag-share .tag a,
	.wpo-blog-single-section .tag-share-s2 .tag a {
		font-size: 13px;
		font-size: .7222222222rem
	}
}

.wpo-blog-single-section .tag-share .tag a:hover,
.wpo-blog-single-section .tag-share-s2 .tag a:hover {
	color: #de3a3a
}

.wpo-blog-single-section .tag-share-s2 .tag a {
	padding: 0;
	font-size: 16px;
	font-size: .8888888889rem;
	text-transform: capitalize;
	background: 0 0;
	text-decoration: underline;
	color: #6e6e6e
}

.wpo-blog-single-section .author-box .author-avatar img {
	border-radius: 50%
}

.wpo-blog-single-section .author-box .author-content p {
	margin-bottom: 20px
}

.wpo-blog-single-section .author-box .social-link li {
	float: left;
	margin-right: 12px
}

.wpo-blog-single-section .author-box .social-link a {
	display: block;
	font-size: 13px;
	font-size: .7222222222rem;
	color: #de3a3a
}

.wpo-blog-single-section .author-box .social-link a:hover {
	color: #de3a3a
}

.wpo-blog-single-section .more-posts>div {
	width: 50%;
	float: left
}

@media (max-width:767px) {
	.wpo-blog-single-section .more-posts>div {
		width: 100%;
		float: none
	}
}

.wpo-blog-single-section .more-posts>div>a {
	display: inline-block
}

.wpo-blog-single-section .more-posts .next-post>a>span,
.wpo-blog-single-section .more-posts .previous-post>a>span {
	display: block
}

@media screen and (min-width:1200px) {
	.wpo-blog-single-left-sidebar-section .blog-sidebar {
		padding-right: 45px;
		padding-left: 0
	}
}

.wpo-contact-pg-section {
	padding-bottom: 145px
}

.wpo-contact-pg-section .wpo-contact-title {
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px
}

@media (max-width:767px) {
	.wpo-contact-pg-section .wpo-contact-title {
		margin-bottom: 30px
	}
}

.wpo-contact-pg-section .wpo-contact-title h2 {
	font-size: 35px;
	font-size: 1.9444444444rem;
	font-weight: 600;
	margin-bottom: 20px
}

@media (max-width:575px) {
	.wpo-contact-pg-section .wpo-contact-title h2 {
		font-size: 25px;
		font-size: 1.3888888889rem
	}
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
	background: #f4f6fa;
	width: 100%;
	height: 45px;
	border: 1px solid transparent;
	border-radius: 30px;
	box-shadow: none !important;
	padding-left: 25px
}

@media (max-width:991px) {

	.wpo-contact-pg-section form input,
	.wpo-contact-pg-section form select,
	.wpo-contact-pg-section form textarea {
		height: 45px
	}
}

.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
	border-color: #de3a3a;
	background: #f4f6fa
}

.wpo-contact-pg-section form textarea {
	height: 180px;
	padding-top: 15px
}

.wpo-contact-pg-section form {
	margin: 0 -15px;
	overflow: hidden
}

.wpo-contact-pg-section form select {
	display: inline-block;
	color: #a9a9a9;
	cursor: pointer;
	opacity: 1;
	padding: 6px 25px;
	font-size: 15px;
	font-size: .8333333333rem;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto
}

.wpo-contact-pg-section form .submit-area {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0
}

@media (max-width:767px) {
	.wpo-contact-pg-section form .submit-area {
		margin-bottom: 0
	}
}

.wpo-contact-pg-section form .submit-area .theme-btn {
	border-radius: 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px
}

.wpo-contact-pg-section form .submit-area .theme-btn:after {
	border-radius: 30px
}

.wpo-contact-pg-section form>div {
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 25px
}

@media (max-width:600px) {
	.wpo-contact-pg-section form>div {
		width: calc(100% - 25px);
		float: none
	}
}

.wpo-contact-pg-section form .fullwidth {
	width: calc(100% - 25px);
	float: none;
	clear: both
}

.wpo-contact-pg-section .office-info {
	padding-bottom: 100px
}

@media (max-width:767px) {
	.wpo-contact-pg-section .office-info {
		padding-bottom: 60px
	}
}

@media (max-width:1200px) {
	.wpo-contact-pg-section .office-info .col .office-info-item {
		margin-bottom: 30px
	}
}

@media (max-width:1200px) {
	.wpo-contact-pg-section .office-info .col:last-child .office-info-item {
		margin-bottom: 0
	}
}

.wpo-contact-pg-section .office-info .office-info-item {
	text-align: center;
	box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
	padding: 40px;
	overflow: hidden;
	position: relative
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
	width: 85px;
	height: 85px;
	background: #f5f5f5;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .fi:before {
	font-size: 40px
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
	font-size: 30px;
	font-weight: 500;
	margin: 20px 0
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
	margin-bottom: 0
}

.wpo-contact-pg-section .office-info .office-info-item .hidden-icon {
	position: absolute;
	right: -20px;
	top: -20px;
	opacity: .03
}

.wpo-contact-pg-section .office-info .office-info-item .hidden-icon .fi:before {
	font-size: 135px
}

.wpo-contact-pg-section .wpo-contact-form-area {
	padding: 50px;
	background: #fff;
	box-shadow: 0 1px 15px 0 rgba(62, 65, 159, .1);
	padding-bottom: 0;
	margin-bottom: -125px;
	position: relative;
	z-index: 99
}

footer .about-widget{
	text-align: center;
}

footer .link-widget ul{
	display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
	flex-wrap: wrap;
}

.header-wrapper{
	display: flex;
}

@media (max-width:767px) {
	.wpo-contact-pg-section .wpo-contact-form-area {
		padding: 30px;
		padding-top: 50px
	}
}

.wpo-contact-map-section iframe {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0
}

@media (min-width:1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl,
	.container-fluid {
		max-width: 1140px;
		margin: 0 auto
	}
}

@media (min-width:1024px) {
	.phoneCont{
	  display: none !important;
	}
  }
  
  .positionFixed {
	  bottom: 0px;
	  left: 50%;
	  position: fixed;
	  transform: translate(-50%, 0%);
	  z-index: 999;
	  width: 100%;
	  background-color: #e4e4e4;
	  display: flex;
	  justify-content: center;
  }
  
  .ad-div {
	  margin-bottom: 50px;
	  width: 100%;
	  min-height: 250px;
	  clear: both;
  }
  
  .t_de {
	  clear: both;
	  height: 0.2rem;
	  width: 100%;
	  max-width: 100%;
	  line-height: 0.3rem;
	  font-size: 0.6rem;
	  padding: 0.5rem 0 1rem 0;
	  box-sizing: border-box;
	  color: #707070;
	  text-align: center;
  }
  
  .grecaptcha-badge {
	  visibility: hidden;
  }