/*
Theme Name: Flatsome Child
Description: Thicoder developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
/* SETTING */
input,
textarea {
	padding: 0 15px !important;
}

p {
	margin-bottom: 20px;
}

.section-title,
.section-title-main,
.wpcf7-submit,
a.button {
	margin: 0 !important
}

.mb-0>*:last-child,
.mb-0-style>*:nth-last-child(2) {
	margin-bottom: 0 !important;
}

.section-title-main,
.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a {
	padding: 0 !important;
}

.section-title,
.section-title-main {
	border: none !important;
}

.section-title b {
	display: none !important
}

.section-title.section-title-center {
	justify-content: center
}

.wpcf7-spinner,
.section-title a i,
.post-item .is-divider {
	display: none !important;
}

form input,
form textarea {
	margin-bottom: 0 !important
}

input,
textarea,
a.button {
	min-height: 40px !important;
	height: auto !important;
	line-height: 40px !important
}

.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a {
	min-height: unset !important;
	height: unset !important;
	line-height: unset !important
}

input,
textarea,
input:focus,
textarea:focus,
.button:hover {
	box-shadow: none !important;
}

a.back-to-top {
	width: 40px;
	height: 40px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: var(--fs-color-primary) !important;
	border: none !important;
}

a.back-to-top:hover {
	background-color: var(--fs-color-secondary) !important;
}

a.back-to-top i {
	font-size: 22px !important;
	color: #fff;
}

.row-small>.col,
.row-small>.flickity-viewport>.flickity-slider>.col {
	padding: 0 10px 20px;
}

.slider .flickity-slider>.col {
	padding-bottom: 0 !important
}

.slick-slider .slick-arrow {
	opacity: 0
}

.slider button.flickity-button[disabled] {
	opacity: 0 !important;
}

.slider .flickity-button,
.slick-slider .slick-arrow {
	margin: 0 !important;
	transform: unset;
	min-height: unset;
	width: 45px;
	height: 45px !important;
	bottom: unset;
	top: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: none;
	position: absolute;
	transform: translatey(-50%) !important;
	padding: 0 !important
}

.slider:hover .flickity-prev-next-button {
	transform: translatey(-50%) !important;
}

.slider:hover .flickity-button,
.slick-slider:hover .slick-arrow {
	opacity: 1 !important;
}

.slider .flickity-button svg,
.slick-slider .slick-arrow svg {
	border: none;
	padding: 15px;
	background: var(--fs-color-primary);
	color: #fff;
}

.flickity-prev-next-button .arrow,
.slick-slider .slick-arrow .arrow {
	fill: currentcolor !important;
	transition: unset !important
}

.slider .flickity-button.previous {
	left: 0;
	right: unset !important;
}

.slider .flickity-button.next {
	right: 0;
	left: unset !important;
}

.slick-slider .slick-arrow.slick-prev,
.slider.slider-nav-outside .flickity-button.previous {
	left: -55px
}

.slick-slider .slick-arrow.slick-next,
.slider.slider-nav-outside .flickity-button.next {
	right: -55px
}

.slider .flickity-prev-next-button:hover svg,
.slick-slider .slick-arrow:hover svg {
	background-color: var(--fs-color-secondary) !important;
	color: #fff;
}

.slick-dots {
	margin: 0;
	display: flex;
	gap: 5px;
	list-style-type: none;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.slick-dots li {
	margin: 0 !important;
	width: 12px;
	height: 12px;
	background: #eee;
	border-radius: 50%;
}

.slick-dots li.slick-active {
	background: var(--fs-color-primary);
}

.slick-dots li button {
	display: none;
}

.slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.slider-controls .slick-dots {
	margin: 0 20px;
	order: 2;
	border-radius: 50px;
	margin-left: 20px;
	margin-right: 20px;
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, .19);
	background: #fff;
	padding: 8px 20px;
	column-gap: 6px;
}

.slider-controls .slick-arrow.slick-prev {
	order: 1;
}

.slider-controls .slick-arrow.slick-next {
	order: 3;
}

.slider-controls .slick-arrow {
	margin: 0;
	border: none;
	background: var(--fs-color-primary);
	border-radius: 50%;
	padding: 0;
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.slider-controls .slick-arrow:hover {
	background: var(--fs-color-secondary);
}

.slider-controls .slick-arrow i {
	color: #fff;
	font-size: 13px;
}

.slider-controls .slick-dots li {
	transition: .5s all ease-in-out;
	display: inline-block;
	border: 2px solid;
	padding: 5px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	position: relative;
}

.slider-controls .slick-dots li:after {
	transition: .5s all ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	background: #e5fadc;
}

.slider-controls .slick-dots li.slick-active:after {
	background: var(--fs-color-primary);
}

.slider-controls .slick-dots li.slick-active {
	border-color: var(--fs-color-primary);
}

.slick-slider .slick-slide>div>.col {
	padding-bottom: 0 !important;
	flex-basis: 100% !important;
	max-width: 100% !important;
}

.row-full-width.slick-slider .slick-arrow.slick-prev {
	left: 6%
}

.row-full-width.slick-slider .slick-arrow.slick-next {
	right: 6%
}

.equal-height .slick-track {
	display: flex !important;
}

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

.equal-height.slick-slider .slick-slide>div,
.equal-height.slick-slider .slick-slide>div>.col,
.equal-height.slick-slider .slick-slide>div>.col>.col-inner {
	height: 100%
}

ol.flickity-page-dots {
	position: relative;
	margin: 20px 0 0 !important;
	left: 0;
	right: 0;
	bottom: 0
}

ol.flickity-page-dots li {
	border: none !important;
	width: 12px !important;
	height: 12px !important;
	margin: 0 2.5px !important;
	background-color: #dbdbdb !important;
	opacity: 1 !important
}

ol.flickity-page-dots li.is-selected {
	background-color: var(--fs-color-primary) !important;
}

.slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.slider-controls .slick-dots {
	margin: 0 20px;
	order: 2;
	border-radius: 50px;
	margin-left: 20px;
	margin-right: 20px;
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, .19);
	background: #fff;
	padding: 8px 20px;
	column-gap: 6px;
}

.slider-controls .slick-arrow.slick-prev {
	order: 1;
}

.slider-controls .slick-arrow.slick-next {
	order: 3;
}

.slider-controls .slick-arrow {
	margin: 0;
	border: none;
	background: var(--fs-color-primary);
	border-radius: 50%;
	padding: 0;
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.slider-controls .slick-arrow:hover {
	background: var(--fs-color-secondary);
}

.slider-controls .slick-arrow i {
	color: #fff;
	font-size: 13px;
}

.slider-controls .slick-dots li {
	transition: .5s all ease-in-out;
	display: inline-block;
	border: 2px solid;
	padding: 5px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	position: relative;
}

.slider-controls .slick-dots li:after {
	transition: .5s all ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	background: #e5fadc;
}

.slider-controls .slick-dots li.slick-active:after {
	background: var(--fs-color-primary);
}

.slider-controls .slick-dots li.slick-active {
	border-color: var(--fs-color-primary);
}

.section-title a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
}

.title-link .section-title {
	display: inline;
}

.post-item:hover .post-title {
	color: var(--fs-color-primary);
	;
	transition: all .25s ease-in-out
}

.post-item a.plain {
	color: currentcolor !important;
	transition: unset !important;
}

button.f-thumbs__slide__button {
	max-width: none !important;
}

.product-small.col .col-inner .box-text-products .product-title a,
.post-item .box-text .box-text-inner .from_the_blog_excerpt,
.post-item .box-text .box-text-inner .post-title a,
aside.widget li .post-title span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-item .box-text .post-title a {
	-webkit-line-clamp: 2;
}

.post-item .box-text .from_the_blog_excerpt {
	-webkit-line-clamp: 3;
}

.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
	content: none !important
}

.header-main .header-nav li.menu-item .sub-menu {
	left: 0;
	border: none;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
	padding: 0;
	border-radius: 10px;
}

.header-main .header-nav li.menu-item .sub-menu a {
	margin: 0;
	padding: 12px 15px;
	border: none;
	color: #fff;
	font-weight: 400;
	text-transform: none;
	font-size: inherit;
}

.header-main .header-nav li.menu-item .sub-menu li:not(:last-child) a {
	border-bottom: 1px solid #fff8;
	white-space: break-spaces; 
}

.nav-dropdown {
	display: flex;
	flex-direction: column;
}

.nav-dropdown li {
	position: relative;
	width: 100% !important;
	display: block !important
}

.header-main .header-nav li.menu-item .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	transform: translatey(15px);
	transition: transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
	opacity: 0;
	visibility: hidden
}

.header-main .header-nav li.menu-item .sub-menu>li:hover>.sub-menu {
	transform: translatey(0);
	opacity: 1;
	visibility: visible
}

.header-main .header-nav li.menu-item .sub-menu {
	background-color: var(--fs-color-primary) !important;
}

.entry-content figure {
	margin-bottom: 20px;
}

.entry-content figure img {
	margin: 0
}

.entry-content>p>img {
	margin: 0 !important
}

.entry-content h2 {
	font-size: 26px;
	color: var(--fs-color-primary);
}

.entry-content h3 {
	font-size: 22px;
}

.entry-content h4 {
	font-size: 18px;
}
.logo-left .logo {
	margin-right: 60px;
}
.header-nav-main li.menu-item a{
	padding: 0;
}
.nav-spacing-xlarge>li {
	margin: 0 16px;
}
.header-main{
	backdrop-filter: blur(12px);
}
.header .header-main .nav > li.menu-item > a{
	position: relative
}
.header .header-main .nav > li.menu-item > a::before{
	content: '';
	width: 0%;
	height: 2px;
	background: currentcolor;
	bottom: 20px;
	left: 0;
	position: absolute;
	transition: width .3s ease;
}
.header .header-main .nav > li.menu-item.current_page_item > a::before{
	width: 100%;
}
.nav:hover>li:not(:hover)>a:before {
	opacity: 1;
}
.header-button a.button{
	font-size: 16px;
	text-transform: none;
	padding: 2px 24px;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
	transition-property: all;
	border: none;
}
.header-button a.button:hover{
	transform: scale(1.02);
}
.col{
	padding-bottom: 0 !important;
}
.row:not(.no-gap){
	row-gap: 30px;
}
.row.gap-20{
	row-gap: 20px;
}
.row:after {
	display: none !important;
}
.hero-home .subtitle{
	max-width: max-content;
	color: #360f00;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 12px;
	border-radius: 99px;
	background: #ffdbcd;
	letter-spacing: 0.1em;
}
.hero-home h1,
.hero-page h1{
	font-size: 4.5rem;
	line-height: 1;
	font-weight: 800;
}
.fz-18{
	font-size: 18px;
}
a.button.style1,
.header-button a.button{
	font-family: Manrope, sans-serif;
}
a.button.large{
	padding: 9px 32px;
	font-size: 18px;
}
a.button.style1{
	padding: 3px 24px;
	font-size: 16px;
}
a.button + a.button{
	margin-left: 10px !important;
}
.transtion-scale:hover{
	transform: scale(1.02);
	transition-duration: 300ms;
	transition-property: all;
}
a.button.secondary.large:hover{
	opacity: 0.85;
}
a.button.hover-opacity:hover{
	opacity: 0.8
}
.img.style1{
	border-radius: 8px;
}
.img.style1 img{
	border-radius: 8px;
}
.hero-home .img::before{
	content: '';
	background-color: rgb(0 88 145 / 65%);
	border-radius: 12px;
	width: 100%;
	height: 100%;
	top: -40px;
	right: -40px;
	display: inline-block;
	position: absolute;
}
.hero-home .icon-box{
	position: absolute;
	background: #fff;
	bottom: 40px;
	max-width: max-content;
	padding: 24px;
	left: -40px;
	border-radius: 12px;
}
.hero-home .icon-box .icon-box-img{
	width: 48px !important;
	height: 48px !important;
	aspect-ratio: 1/1;
	background-color: rgba(242,102,29,0.1);
	padding: 12px;
	border-radius: 12px;
}
.hero-home .icon-box .icon-box-img svg{
	padding: 0
}
.hero-home .icon-box{
	align-items: center;
}
.icon-box .icon-box-img *{
	font-size: 0
}
.hero-home .icon-box .icon-box-text p{
	margin: 0;
}
.hero-home .icon-box .icon-box-text p:first-child{
	color: #717881;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 14px;
}
.hero-home .icon-box .icon-box-text p:nth-child(2){
	color: #161c21;
	font-weight: bold;
	font-size: 24px;
	font-family: Manrope, sans-serif;
	line-height: 1.2;
}
.shadow-xl{
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ss-title-small{
	color: #717881;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 14px;
}
.row-center{
	justify-content: center
}
.gallery-col .col-inner{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
.list-box-1 .icon-box .icon-box-img{
	background: rgba(24,110,172,0.1);
	border-radius: 12px;
	padding: 10px;
	margin-bottom: 32px;
}
.list-box-1 .icon-box .icon-box-img svg{
	padding: 0
}
.list-box-1 .icon-box .icon-box-text h3{
	font-size: 24px;
	color: #161c21;
	margin-bottom: 16px !important;
}
a.button.is-link{
	padding: 0;
	border: none;
	min-height: unset !important;
	line-height: 1.6 !important;
	font-size: 16px;
	font-weight: bold;
}
a.button.is-link:hover{
	color: var(--fs-color-primary);
}
a.button.is-link.secondary:hover{
	color: var(--fs-color-secondary);
}
a.button.is-link .icon-angle-right{
	transition: all .25s ease-in-out;
}
a.button.is-link .icon-angle-right::before{
	content: '\f061';
	font-family: fontawesome;
}
a.button.is-link:hover i.icon-angle-right{
	transform: translatex(5px);
}
.list-box-1 .secon .icon-box .icon-box-img{
	background: rgba(242,102,29,0.1);
}
.ss-title h2{
	font-size: 36px;
	margin-bottom: 16px;
	line-height: 1.2;
}
.ss-title h2 + p{
	font-size: 18px;
}
.icon2 i.icon-angle-right::before{
	content: '\f08e';
	font-family: fontawesome;
}
.box-style1 .box-image{
	margin-bottom: 24px;
}
.box-style1 .box-text{
	padding: 0
}
.box-style1 .box-text h3{
	margin: 0;
	font-size: 20px;
	margin-bottom: 16px;
	color: #161c21;
}
.box-style1 .box-text p{
	margin: 0;
	font-size: 16px;
}
.list-style1 .post-item .box .box-image{
	margin-bottom: 24px;
	border-radius: 16px;
}
.list-style1 .post-item .box .box-text{
	padding: 0;
}
.list-style1 .post-item .box .box-text .cat-label{
	margin: 0;
	color: var(--fs-color-secondary);
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
	opacity: 1;
}
.list-style1 .post-item .box .box-text .post-title,
.list-style1 .post-item .box .box-text .post-title a{
	font-size: 20px;
	margin: 0
}
.list-style1 .post-item .box .box-text .post-title{
	margin-bottom: 16px;
	color: #161c21;
}
.list-style1 .post-item .box .box-text .from_the_blog_excerpt {
	margin: 0;
	font-size: 16px;
}
.list-style1 .post-item:hover .box .box-text .post-title a{
	color: var(--fs-color-primary) !important;
}
.content-large h2{
	font-size: 48px;
	margin-bottom: 32px;
	line-height: 1.2;
}
.content-large p{
	opacity: 0.9;
	color: #d0e4ff;
	font-size: 20px;
}
a.button.white{
	color: var(--fs-color-primary) !important;
}
.absolute-footer{
	display: none;
}
.coppyright{
	font-size: 14.4px;
}
.follow-icons.social-icons{
	display: flex;
	align-items: center;
	gap: 15px;
}
.follow-icons.social-icons a{
	margin: 0;
	font-size: 22px;
	color: #fff;
}
.ss-footer .ux-menu .ux-menu-title{
	color: #fff;
	text-transform: none;
	font-size: 18px;
	margin-bottom: 11px !important;
}
.ss-footer .ux-menu .ux-menu-link .ux-menu-link__link{
	color: #fff;
	padding: 5px 0 !important;
	opacity: 0.85;
}
.ss-footer .ux-menu .ux-menu-link .ux-menu-link__link span{
	position: relative;
}
.ss-footer .ux-menu .ux-menu-link .ux-menu-link__link span::before{
	content: '';
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .25s ease-in-out;
}
.ss-footer .ux-menu .ux-menu-link .ux-menu-link__link:hover{
	opacity: 1;
}
.ss-footer .ux-menu .ux-menu-link .ux-menu-link__link:hover span::before{
	width: 100%;
}
.img.style2{
	border-radius: 16px;
	overflow: hidden
}
.hero-page .subtitle{
	max-width: max-content;
	color: var(--fs-color-secondary);
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.shadown-1 > .col-inner{
	box-shadow: 0 4px 20px -2px rgba(0, 88, 145, 0.08);
	border: 1px solid rgba(192, 199, 210, 0.2);
}
.ss-about .content h2{
	font-size: 30px;
	margin-bottom: 24px;
}
.ss-about .content p{
	font-size: 18px;
}
.ss-about .icon-box .icon-box-text h3{
	font-size: 24px;
	margin-bottom: 16px;
}
.ss-about .icon-box .icon-box-text p{
	font-size: 18px;
}
.ss-title.style2 h2{
	margin-bottom: 0;
	position: relative;
	padding-bottom: 15px;
}
.ss-title.style2 h2 + p{
	margin-top: 16px;
}
.ss-title.style2 h2::before{
	content: '';
	width: 100%;
	max-width: 96px;
	height: 5px;
	background: currentcolor;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.list-box-2 .icon-box .icon-box-img,
.list-box-3 .icon-box .icon-box-img{
	background: rgba(24, 110, 172, 0.1);
	border-radius: 12px;
	padding: 15px;
	margin-bottom: 24px;
}
.list-box-2 .icon-box .icon-box-text h3{
	color: #161c21;
	font-size: 20px;
	margin-bottom: 12px !important;
}
.ss-title.style2.center h2::before{
	left: 50%;
	transform: translatex(-50%);
}
.list-journey .item .year{
	max-width: max-content;
	background: rgb(237 109 35 / 0.1);
	color: var(--fs-color-secondary);
	font-weight: bold;
	font-size: 24px;
	padding: 6px 16px;
	border-radius: 99px;
	line-height: 1;
	margin-bottom: 15px !important;
	display: inline-block;
}
.list-journey .item .content{
	padding: 32px;
	background: #fff;
	border: 1px solid var(--fs-color-secondary);
	box-shadow: 0 4px 20px -2px rgba(0, 88, 145, 0.08);
	border-radius: 16px;
	transition: all .3s ease-in-out;
}
.list-journey .item + .item{
	margin-top: 64px;
}
.list-journey .item .col-inner:hover .content{
	transform: translatey(-10px);
}
.list-journey .item .content h3{
	font-size: 24px;
	margin-bottom: 12px !important;
}
.list-journey .item:nth-child(even){
	justify-content: end;
}
.list-journey .item:nth-child(even) .col .col-inner{
	padding-left: 48px;
}
.list-journey .item:nth-child(even) .col .col-inner .content{
	border-right-width: 4px;
}
.list-journey .item:nth-child(odd) .col .col-inner{
	padding-right: 48px;
}
.list-journey .item:nth-child(odd) .col .col-inner .content{
	border-left-width: 4px;
}
.list-journey .item:nth-child(odd) .col .col-inner{
	text-align: right;
}
.list-journey{
	position: relative;
}
.list-journey::before{
	content: '';
	height: 100%;
	width: 4px;
	display: block;
	--tw-gradient-from: rgb(237 109 35 / 0.1);
	--tw-gradient-to: rgb(237 109 35 / 0.1);
	--tw-gradient-stops: var(--tw-gradient-from), #ED6D23, var(--tw-gradient-to);
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
	position: absolute;
	left: 50%;
	transform: translatex(-50%)
}
.list-journey .item .col::before{
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	background: var(--fs-color-secondary);
	border-radius: 50%;
	top: 50%;
	border: 4px solid #fff;
}
.list-journey .item .col::after{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	top: 50%;
}
.list-journey .item:nth-child(odd) .col::before,
.list-journey .item:nth-child(odd) .col::after{
	right: 0;
	transform: translate(50%, -50%);
}
.list-journey .item:nth-child(even) .col::before,
.list-journey .item:nth-child(even) .col::after{
	left: 0;
	transform: translate(-50%, -50%);
}
.list-img-box .box{
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}
.list-img-box .box .box-image{
	margin-bottom: 16px;
}
.list-img-box .box .box-text{
	padding: 0 15px 20px;
}
.list-img-box .box .box-text h3{
	font-size: 18px;
	margin-bottom: 5px;
}
.list-img-box .box .box-text h4{
	color: var(--fs-color-secondary);
	margin-bottom: 12px;
	font-size: 14.4px;
}
.list-img-box .box .box-text p{
	margin: 0;
	font-size: 14.4px;
}
.list-icon-address .icon-box-img{
	aspect-ratio: 1/1;
}
.list-icon-address .icon-box-img .icon-inner{
	padding: 8px;
	background: rgba(242,102,29,0.1);
	border-radius: 8px;
}
.list-icon-address .icon-box{
	align-items: center;
}
.list-icon-address .icon-box-text h3{
	margin: 0;
	font-size: 18px;
	color: #161c21;
}
.bor-radi-16{
	border-radius: 16px;
	overflow: hidden;
	font-size: 0
}
.headline h3{
	font-size: 24px;
}
.wpcf7-form label{
	color: #6a6b6e;
	font-size: 12px;
	margin-bottom: 5px;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea{
	box-shadow: none;
	background: #eff4fb;
	border-color: #eff4fb;
	height: 44px !important;
	line-height: unset !important;
	min-height: unset !important;
	border-radius: 8px;
	font-size: 15px;
	padding-left: 16px !important;
	padding-right: 16px !important;
	margin-bottom: 0;
}
.wpcf7-form textarea{
	height: 84px !important;
	padding: 12px 16px !important;
}
.wpcf7-form .wpcf7-submit{
	width: 100%;
	background: var(--fs-color-primary);
	color: #fff;
	padding: 8px 16px;
	height: 60px;
	border-radius: 8px;
	font-size: 16px;
	border-color: var(--fs-color-primary);
}
.wpcf7-form .wpcf7-submit:hover{
	background: #fff;
	color: var(--fs-color-primary);
}
.wpcf7-form .wpcf7-submit i{
	transition: all .25s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover i{
	transform: translatex(8px);
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus{
	border-color: var(--fs-color-primary);
}
.content-sigle.text h2{
	font-size: 30px;
	margin-bottom: 16px !important;
}
.list-info-contact .icon-box .icon-box-img{
	margin-bottom: 16px;
}
.list-info-contact .icon-box h3{
	font-size: 20px;
	color: #161c21;
	margin-bottom: 8px !important;
}
.list-info-contact .icon-box p{
	font-size: 14.4px;
}
.list-info-contact a:hover span{
	text-decoration: underline !important;
}
form{
	margin-bottom: 0;
}
.wpcf7 .wpcf7-not-valid-tip{
	background-color: transparent;
	margin-top: 0;
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output{
	margin: 12px 0 0;
	font-size: 14px;
	margin-bottom: 0
}
.hero-page .ss-title.medium h1 {
	font-size: 4.3rem;
}
.post-style-2 .post-item .box{
	border-radius: 12px;
	overflow: hidden;
}
.post-item .box .box-text{
	text-shadow: none;
}
.post-style-2 .post-item .box .box-text{
	padding: 40px;
}
.post-item .box .box-text .post-title,
.post-item .box .box-text .post-title a{
	margin: 0
}
.post-style-2 .post-item .box .box-text .post-title{
	margin: 0 0 20px;
	font-size: 32px;
	color: #fff;
}
.post-item .box .box-text a.button{
	font-size: 16px;
	text-transform: none;
	border-radius: 8px;
	padding: 4px 24px;
	background: #fff !important;
	color: var(--fs-color-primary) !important;
	border: none;
	max-width: max-content;
}
.post-item .box .box-text a.button::after{
	content: '\f061';
	font-family: fontawesome;
	margin-left: 5px;
	transition: all .25s ease-in-out;
}
.post-item .box .box-text a.button:hover{
	background: var(--fs-color-primary) !important;
	color: #fff !important;
}
.shade{
	background: linear-gradient(to top, #0008, transparent);
	opacity: 1
}
.box:hover .shade {
	opacity: 1;
}
.post-item .box .box-text .box-text-inner{
	display: flex;
	flex-direction: column;
}
.post-item .box .box-text .box-text-inner .post-title{
	order: 2;
}
.post-item .box .box-text .box-text-inner .post-meta{
	order: 1;
	opacity: 1;
	font-size: 14px;
	margin-bottom: 12px;
}
.post-item .box .box-text .box-text-inner a.button{
	order: 4;
}
.post-item .box .box-text .box-text-inner .from_the_blog_excerpt {
	order: 3;
} 
.post-style-2.small .post-item .box .box-text{
	padding: 15px;
}
.post-style-2.small .post-item .box .box-text .post-title{
	margin: 0 0 14px;
	font-size: 18px;
}
.post-style-2.small .post-item .box .box-text a.button{
	font-size: 14px;
	text-transform: none;
	border-radius: 8px;
	padding: 2px 16px;
	background: #fff !important;
	color: var(--fs-color-primary) !important;
	border: none;
	max-width: max-content;
}
.date-top.small .post-item .box .box-text .box-text-inner .post-meta{
	font-size: 12px;
	margin-bottom: 10px;
}
.post-item .box.box-vertical{
	display: flex;
}
.post-item .box.box-vertical .box-image{
	width: 33.333%;
	border-radius: 12px;
}
.post-item .box.box-vertical .box-text{
	width: 66.667%;
	padding: 0 0 0 30px;
}
.post-item .box.box-vertical .box-text .post-title{
	font-size: 30px;
	color: #161c21;
	margin-bottom: 16px;
}

.post-item .box-text a.button.is-link{
	padding: 0 !important;
	background: transparent !important;
	color: #161c21 !important;
	font-weight: 400;
}
.post-item .box-text a.button.is-link:hover{
	background: transparent !important;
	color: var(--fs-color-primary) !important;
}

.post-item .box-text .from_the_blog_excerpt{
	margin: 0
}
.post-item .box-text .from_the_blog_excerpt + a.button{
	border-radius: 0;
	margin-top: 10px !important;
}
.post-item .box.box-vertical .box-text .box-text-inner .post-meta{
	margin-bottom: 10px;
	max-width: max-content;
	background: rgba(242, 102, 29, 0.1);
	border-radius: 12px;
	padding: 2px 12px;
	color: var(--fs-color-secondary);
}
.post-item:hover .box.box-vertical .box-text .post-title{
	color: var(--fs-color-primary) !important;
}
.tabbed-content .tab-panels{
	padding: 0
}
.tabbed-content.style1{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.tabbed-content.style1 h4{
	grid-column: 1 / 2;
	font-size: 30px;
	margin-bottom: 0;
	text-transform: none;
}
.tabbed-content.style1 ul.nav{
	grid-column: 2 / 3;
}
.tabbed-content.style1 .tab-panels{
	grid-column: 1 / 3;
	margin-top: 30px;
	border-top: 1px solid rgb(192 199 210 / 0.6);
	padding-top: 40px;
}   
.tabbed-content.style1 ul.nav{
	justify-content: end;
	gap: 10px 20px;
}
.tabbed-content.style1 ul.nav li{
	margin: 0;
}
.tabbed-content.style1 ul.nav li a{
	border: 1px solid #c0c7d2;
	padding: 8px 25px;
	border-radius: 8px;
	font-size: 16px;
	color: #161c21;
}
.tabbed-content.style1 ul.nav li a:hover{
	border-color: currentcolor;
	color: var(--fs-color-primary);
}
.tabbed-content.style1 ul.nav li.active a{
	background-color: var(--fs-color-primary);
	color: #fff;
	border-color: var(--fs-color-primary);
}
.ux-relay__control{
	margin-top: 40px;
	padding: 0
}
.ux-relay__control .ux-relay__button{
	border-radius: 8px;
	padding: 2px 45px;
	font-size: 16px;
	text-transform: capitalize;
}
.blog-single .entry-header .entry-header-text{
	text-align: left;
	padding: 0;
	margin-bottom: 20px;
}
.blog-single .entry-header .entry-header-text .entry-category{
	margin-bottom: 10px;
}
.blog-single .entry-header .entry-header-text .entry-category a{
	color: var(--fs-color-secondary);
	background: rgba(242, 102, 29, 0.1);
	padding: 6px 16px;
	border-radius: 4px;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
	max-width: max-content;
}
.blog-single .entry-header .entry-header-text .entry-title{
	font-size: 32px;
	margin-bottom: 12px;
}
.blog-single .entry-header .entry-header-text .entry-meta{
	opacity: 1;
	font-size: 12px;
}
.blog-single .entry-header .entry-image{
	border-radius: 16px;
	overflow: hidden;
}
.blog-single .entry-header{
	border-bottom: 1px solid #0002;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blog-single .entry-content{
	padding: 0
}
.post-sidebar .widget-title {
	display: block;
	line-height: 1.4;
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--fs-color-primary);
}

.post-sidebar .is-divider {
	display: none;
}

.post-sidebar .flatsome_recent_posts ul .recent-blog-posts-li .recent-blog-posts {
	padding: 0;
}

.post-sidebar .flatsome_recent_posts ul .recent-blog-posts-li:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #0006;
}

.widget>ul>li+li,
ul.menu>li+li {
	border: none;
}

.post-sidebar .flatsome_recent_posts ul .recent-blog-posts-li .recent-blog-posts .mr-half {
	margin-right: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.post-sidebar .flatsome_recent_posts ul .recent-blog-posts-li .recent-blog-posts .mr-half .badge {
	width: 80px;
	height: 60px;
}

.post-sidebar .flatsome_recent_posts ul .recent-blog-posts-li .recent-blog-posts .post_comments {
	display: none;
}

.post-sidebar .flatsome_recent_posts ul .recent-blog-posts-li .recent-blog-posts a {
	font-size: 15px;
	-webkit-line-clamp: 3;
	font-weight: 500;
	color: #161c21;
}

.post-sidebar .flatsome_recent_posts ul .recent-blog-posts-li .recent-blog-posts a:hover {
	color: var(--fs-color-primary);
}
.block-related{
	margin-top: 30px;
}
.block-related .section-title{
	margin-bottom: 20px !important;
	font-size: 30px;
}
.blog-wrapper{
	padding-bottom: 50px;
	padding-top: 50px;
}
.blog-single article{
	margin-bottom: 0;
}
.blog-archive .page-title{
	text-align: left;
	margin-bottom: 30px;
	font-size: 36px;
}
.box-prd-1 .icon-box {
	align-items: center;
}
.box-prd-1 .icon-box .icon-box-text{
	padding-left: 10px;
}
.box-prd-1 .icon-box .icon-box-text h3{
	font-size: 24px;
}
.box-prd-1 .sub-name{
	font-size: 18px;
}
.check-list ul{
	list-style-type: none;
}
.check-list ul li{
	margin-left: 0;
	padding-left: 30px;
	position: relative;
}
.check-list ul li::before{
	content: '\f00c';
	font-family: fontawesome;
	border: 1px solid currentcolor;
	border-radius: 50%;
	padding: 4px;
	width: 18px;
	height: 18px;
	aspect-ratio: 1/1;
	display: inline-flex;
	font-size: 10px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 4px;
	color: green;
}
.img-border{
	border-radius: 16px;
	overflow: hidden;
}
.img-border-2{
	border-radius: 32px;
	overflow: hidden;
}
.box-prd-1  .content-percent p:first-child{
	font-weight: bold;
	font-size: 24px;
}
.box-prd-1  .content-percent p:nth-child(2){
	font-size: 14px;
}
.box-prd-2 .box{
	border-radius: 32px;
	overflow: hidden;
	height: 100%;
}
.box-prd-2 .box .box-text{
	background: #eff4fb;
	padding: 32px;
}
.box-prd-2 .box .box-text h4{
	color: var(--fs-color-secondary);
	margin-bottom: 8px;
	font-size: 14px;
}
.box-prd-2 .box .box-text h3{
	font-size: 20px;
	color: rgb(22, 28, 33);
	margin-bottom: 12px;
	margin-top: 0;
}
.box-prd-2 .box .box-text p{
	font-size: 14.4px;
	margin: 0
}
.bg-zoom:hover .bg, .has-hover:hover .image-zoom img {
	transform: scale(1.05);
}
.box-small .icon-box-text h3{
	font-size: 20px;
	color: rgb(22, 28, 33);
	margin-bottom: 8px;
}
.box-small .icon-box-text p{
	font-size: 14.4px;
}
.text-ready h3{
	font-size: 24px;
	margin-bottom: 10px !important;
	line-height: 1.2;
}
.text-ready p{
	font-size: 14.4px;
	opacity: 0.9
}
.hero-page .subtitle.style1 {
	max-width: max-content;
	color: var(--fs-color-secondary);
	font-size: 12px;
	font-weight: bold;
	padding: 4px 12px;
	border-radius: 99px;
	background: rgba(242,102,29,0.1);
	letter-spacing: 0.1em;
}
.box-medium .icon-box-text h3{
	font-size: 24px;
	color: rgb(22, 28, 33);
	margin-bottom: 8px;
}
.box-medium .icon-box-text p{
	font-size: 16px;
}
.spec-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.spec-row + .spec-row{
	border-top: 1px solid rgb(192 199 210 / 0.2);
}
.spec-row .spec-label{
	color: var(--fs-color-secondary);
	font-size: 16px;
}
.spec-row .spec-value{
	color: rgb(22, 28, 33);
	font-size: 18px;
}
a.button + a.button.btn-play{
	margin-left: 20px !important;
}
i.icon-play::before{
	content: '\f144';
	font-family: fontawesome;
}
.img.style3{
	transform: rotate(3deg);
	border-radius: 32px;
	overflow: hidden;
}
.increase2{
	padding: 24px;
	max-width: 240px;
	border-color: var(--fs-color-secondary);
	border-style: solid;
	border-width: 0 0 0 4px;
	border-radius: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	left: -48px;
	bottom: -24px;
}
.increase2 p:first-child{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0
}
.increase2 p:nth-child(2){
	font-size: 30px;
	font-weight: bold;
	color: #161c21;
}
.increase2 p:nth-child(3){
	font-size: 14px;
}
.list-box-3 .icon-box .icon-box-text h3{
	color: #161c21;
	font-size: 24px;
	margin-bottom: 12px !important;
}
a.button.is-outline{
	border-width: 1px;
	font-size: 16px;
}
.popular{
	max-width: max-content;
	background: var(--fs-color-secondary);
	color: #fff;
	font-size: 12px;
	padding: 2px 12px;
	border-radius: 99px;
	position: absolute;
	top: 12px;
	right: 12px
}
.list-mark > .col-inner{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.list-mark .item{
	padding: 32px;
	background: #fff;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	border-radius: 16px;
}
.list-mark .item h3{
	font-size: 32px;
	margin-bottom: 8px !important;
	line-height: 1;
	font-weight: 800;
}
.list-mark .item p:last-child{
	text-transform: uppercase;
	font-size: 14px;
}
.list-mark .item:first-child,
.list-mark .item:nth-child(n+4){
	background: #e3e9ef;
}
.content-mark .content h3{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.content-mark .content h2{
	color: #161c21;
	font-size: 36px;
	margin-bottom: 24px !important
}
.content-mark.list-icon-address .icon-box-text h3{
	font-size: 16px;
}
.content-mark.list-icon-address .icon-box-text p{
	font-size: 14px;
}
.list-results .item p:first-child{
	margin-bottom: 0;
	font-size: 50px;
	font-weight: bold;
	color: var(--fs-color-secondary);
}
.list-results .item h3{
	color: #000;
	font-size: 20px;
}
.box-team h3{
	font-size: 20px !important;
}
.list-box-aqua .col-inner{
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.list-prd .col-inner{
    overflow: hidden;
}
.list-prd .box .shade{
    display: none;
}
.list-prd .box .box-text{
	text-shadow: none;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,rgba(0,0,0,0.8) 60%);
    padding-top: 50px;
}
.list-prd .box .box-text h3{
	font-size: 20px;
	margin-bottom: 8px;
    color: #fff !important;
}
.list-prd .box .box-text p{
	font-size: 16px;
}
/* CSS TABLE & MOBILE */
@media (max-width: 849px) {

	.off-canvas-left .mfp-content,
	.off-canvas-right .mfp-content {
		background-color: var(--fs-color-primary) !important;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
		font-size: 14.4px;
		color: #fff;
	}
	.off-canvas .nav-vertical li li>a{
		font-size: 16px !important;
		padding: 8px 0;
	}
	.nav:not(.nav-slide) .active>.children{
		background: #034e83;
		padding: 20px 0;
	}
	.nav.nav-sidebar>li>button{
		color: #fff;
		opacity: 1;
	}
	.mobile-nav .nav-icon .icon-menu{
		color: var(--fs-color-primary);
	}
	.logo-left .logo {
		margin-right: 15px;
	}
	.hero-home h1,
	.hero-page h1,
	.hero-page .ss-title.medium h1{
		font-size: 3rem;
		line-height: 1.2;
	}
	.hero-home .icon-box {
		left: 40px;
	}
	.ss-title h2 {
		font-size: 32px;
		margin-bottom: 12px;
	}
	.ss-title h2 + p {
		font-size: 16px;
	}
	.list-box-1 .icon-box .icon-box-text h3 {
		font-size: 22px;
	}
	.content-large h2 {
		font-size: 32px;
		margin-bottom: 24px;
	}
	.content-large p {
		font-size: 18px;
	}
	.ss-about .content p,
	.ss-about .icon-box .icon-box-text p{
		font-size: 16px;
	}
	.ss-about .content h2 {
		font-size: 28px;
	}
	.ss-about .icon-box .icon-box-text h3 {
		font-size: 22px;
	}
	.list-journey .item:nth-child(even) .col .col-inner {
		padding-left: 15px;
	}
	.list-journey .item:nth-child(odd) .col .col-inner {
		padding-right: 15px;
	}
	.list-journey .item .year {
		font-size: 18px;
		padding: 10px 22px;
	}
	.list-journey .item .content {
		padding: 25px 15px;
	}
	.list-journey .item .content h3 {
		font-size: 20px;
	}
	.list-journey .item + .item {
		margin-top: 30px;
	}
	.content-sigle.text h2 {
		font-size: 26px;
	}
	.post-style-2 .post-item .box .box-text {
		padding: 20px;
	}
	.post-style-2 .post-item .box .box-text .post-title {
		font-size: 26px;
	}
	.tabbed-content.style1{
		display: block;
	}
	.tabbed-content.style1 ul.nav {
		justify-content: start;
		gap: 10px 20px;
		margin-top: 30px;
	}
	.post-item .box.box-vertical .box-text .post-title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.post-item .box.box-vertical .box-image {
		width: 50%;
	}
	.post-item .box.box-vertical .box-text {
		width: 50%;
		padding: 0 0 0 20px;
	}
	.blog-single .entry-header .entry-header-text .entry-title {
		font-size: 28px;
	}
	.block-related {
		margin-top: 15px;
	}
	.block-related .section-title {
		font-size: 24px;
	}
	.blog-archive .page-title{
		font-size: 32px;
	}
	.box-prd-2 .box .box-text {
		padding: 20px 16px;
	}
	.box-medium .icon-box-text h3 {
		font-size: 20px;
	}
	.spec-row .spec-value {
		font-size: 16px;
	}
	.img.style3 {
		transform: rotate(0);
	}
	.increase2 {
		left: 40px;
		bottom: 40px;
	}
	.list-results .item p:first-child{
		font-size: 42px;
	}
}

/* CSS MOBILE */
@media (max-width: 549px) {

	/*  CSS GLOWBAL */
	.off-canvas-left .mfp-content {
		width: calc(100vw - 65px);
	}
	header .stuck .header-main {
		height: 70px !important;
	}
	a.button.large {
		padding: 6px 16px;
		font-size: 16px;
	}
	a.button + a.button {
		margin-left: 5px !important;
	}
	.hero-home h1,
	.hero-page h1,
	.hero-page .ss-title.medium h1{
		font-size: 2.2rem;
	}
	.hero-home .icon-box {
		left: 20px;
		bottom: 20px;
		padding: 20px;
	}
	.ss-title h2 {
		font-size: 28px;
	}
	.list-box-1 .icon-box .icon-box-text h3 {
		font-size: 20px;
	}
	.mb-left > .col-inner{
		text-align: left;
	}
	.content-large h2 {
		font-size: 26px;
	}
	.content-large p {
		font-size: 16px;
	}
	.ss-footer .ux-menu .ux-menu-title {
		font-size: 16px;
		margin-bottom: 10px !important;
	}
	.col-has-2btn a.button{
		width: 100%;
	}
	.col-has-2btn a.button + a.button{
		margin-top: 8px !important;
		margin-left: 0 !important;
	}
	.fz-18 {
		font-size: 16px;
	}
	.ss-about .content h2 {
		font-size: 24px;
	}
	.ss-about .icon-box .icon-box-text h3 {
		font-size: 20px;
	}
	.list-box-2 .icon-box .icon-box-text h3 {
		font-size: 18px;
	}
	.list-journey .item:nth-child(odd) .col .col-inner,
	.list-journey .item:nth-child(even) .col .col-inner{
		text-align: center;
	}
	.list-journey .item:nth-child(odd) .col .col-inner {
		padding-right: 0px;
	}
	.list-journey .item:nth-child(even) .col .col-inner {
		padding-left: 0px;
	}
	.list-journey::before,
	.list-journey .item .col::before,
	.list-journey .item .col::after{
		display: none;
	}
	.list-icon-address .icon-box-text h3 {
		font-size: 16px;
	}
	.list-icon-address .icon-box-text p{
		font-size: 14.4px;
	}
	.headline h3 {
		font-size: 20px;
	}
	.wpcf7-form .wpcf7-submit {
		height: 50px;
		font-size: 14.4px;
	}
	.content-sigle.text h2 {
		font-size: 22px;
	}
	.list-info-contact .icon-box h3 {
		font-size: 18px;
	}
	.post-style-2 .post-item .box .box-text .post-title {
		font-size: 18px;
	}
	.post-item .box .box-text a.button{
		font-size: 14px;
		padding: 2px 16px;
	}
	.tabbed-content.style1 h4 {
		font-size: 26px;
	}
	.tabbed-content.style1 ul.nav {
		gap: 10px 8px;
	}
	.tabbed-content.style1 ul.nav li a {
		padding: 8px 12px;
		font-size: 14.4px;
	}
	.tabbed-content.style1 .tab-panels {
		padding-top: 30px;
	}
	.post-item .box.box-vertical {
		display: block;
	}
	.post-item .box.box-vertical > *{
		width: 100% !important;
	}
	.post-item .box.box-vertical .box-text {
		padding: 20px 0 0 0px;
	}
	.post-item .box.box-vertical .box-text .post-title {
		font-size: 18px;
	}
	.post-item .box .box-text .box-text-inner .post-meta {
		font-size: 12px !important;
	}
	.ux-relay__control .ux-relay__button {
		padding: 4px 45px;
		font-size: 15px;
	}
	.blog-single .entry-header .entry-header-text .entry-title {
		font-size: 24px;
	}
	.list-style1 .post-item .box .box-text .post-title, .list-style1 .post-item .box .box-text .post-title a {
		font-size: 18px;
	}
	.blog-wrapper{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.blog-archive .page-title{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.box-prd-1 .icon-box .icon-box-text h3 {
		font-size: 20px;
	}
	.box-prd-1 .sub-name {
		font-size: 16px;
	}
	.col-mb-center > .col-inner{
		text-align: center;
	}
	.box-medium .icon-box-text h3 {
		font-size: 18px;
	}
	.spec-row{
		flex-direction: column;
		justify-content: start;
		text-align: left;
		padding: 15px 0;
	}
	.spec-row > *{
		width: 100%;
	}
	.spec-row .spec-label {
		font-size: 14.4px;
	}
	a.button + a.button.btn-play{
		margin-left: 5px !important;
		margin-top: 20px !important;
	}
	.increase2 {
		left: 15px;
		bottom: 15px;
		padding: 16px;
	}
	.list-box-3 .icon-box .icon-box-text h3 {
		font-size: 20px;
	}
	.content-mark .content h2 {
		font-size: 24px;
		margin-bottom: 18px !important;
	}
	.list-results .item p:first-child{
		font-size: 36px;
	}
	.list-results .item h3{
		font-size: 18px;
	}
	/* END CSS GLOWBAL */
}
