@charset "UTF-8";

/*******************************************************************
                 start Go up
*********************************************************************/
.go-up {
	position: fixed !important;
	bottom: 40px;
	margin-bottom: 0;
	z-index: 98;
	right: 20px;
}
@media(max-width: 992px) {
	.go-up {
		right: 10px;
		bottom: 10px;
	}
}

/*******************************************************************
                 Menu for mobile
*********************************************************************/
/* off-mainnav */
#off-mainmenu {
	position: relative;
}
#off-mainmenu .off-mainnav {
	position: fixed;
	top: 0;
	bottom: 0;
    left: 0;
    max-width: 280px;
    overflow: auto;
    z-index: 10000;
	background-color: #fff;
	opacity: 0;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    visibility: hidden;
}
#off-mainmenu .hfe-nav-menu > li {
	clear: both;
	width: 100%;
	display: block;
	border-bottom: 1px dashed #dddddd;
}
#off-mainmenu .hfe-nav-menu > li:last-child {
	border-bottom-color: transparent;
}
#off-mainmenu .hfe-nav-menu li > a,
#off-mainmenu .hfe-nav-menu a.hfe-menu-item {
	display: grid;
	text-align: left;
	border-radius: 5px;
	padding: 10px;
}
#off-mainmenu .hfe-nav-menu li > a .sub-title,
#off-mainmenu .hfe-nav-menu a.hfe-menu-item .sub-title {
	font-size: 12px;
	padding-top: 2px;
}
  
.off-close {
	padding: 10px;
	border-bottom: 2px solid #dddddd;
}
.off-close .title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: black;
}
.off-close .close-menu {
	color: black;
	padding: 2px 5px;
	float: right;
}
.rtl .off-close .close-menu {
	float: left;
}
.off-close .close-menu i {
	font-size: 18px;
}

#off-mainmenu .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover, 
#off-mainmenu .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover, 
#off-mainmenu .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, 
#off-mainmenu .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted, 
#off-mainmenu .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus {
	color: var(--global--color-blue-sky);
}

/* .mainmenu-active #page,  */
.mainmenu-active #off-mainmenu .off-mainnav {
	opacity: 1;
    transform: translatex(0);
    -webkit-transform: translatex(0);
    visibility: visible;
}
.mainmenu-active #off-mainmenu:before {
	background-color: rgba(0,0,0,.4);
    bottom: 0;
    content: "";
    height: 100%;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#off-mainmenu .hfe-nav-menu .sub-menu-toggle {
	display: none;
}
#off-mainmenu .hfe-nav-menu .menu-item-has-children .sub-menu {
	opacity: 1;
    visibility: visible;
    position: inherit;
    top: 0;
    box-shadow: none;
}
#off-mainmenu .hfe-nav-menu .menu-item-has-children .sub-menu > li {
	padding-left: 20px;
	border-top: 1px dashed #dddddd;
}
#off-mainmenu .hfe-nav-menu .menu-item-has-children .sub-menu > li a {
	padding-bottom: 12px;
}

.header__hamburger__inner {
    position: absolute;
    width: 42px;
    height: 32px;
	right: 0;
}

.header__hamburger__border {
    position: absolute;
    display: block;
    width: 42px;
    height: 2px;
    background-color: var(--global--color-yellow);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
}

.header__hamburger__border--top {
    top: 0
}

.header__hamburger__border--center {
    top: 50%;
    margin-top: -1px
}

.header__hamburger__border--bottom {
    bottom: 0
}

/*******************************************************************
                 Content
*********************************************************************/
.mb-0 {
	margin-bottom: 0 !important;
}
.home .entry-header {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	display: none;
}

.entry-header, .post-thumbnail, .entry-content, .entry-footer, .author-bio {
	margin-top: 0;
}

.site .table__list a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: #0092E5;
	color: white !important;
}

.show-list__link__inner .elementor-button-link .elementor-align-icon-right {
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
}
.show-list__link__inner .elementor-button-link .elementor-align-icon-right svg {
	width: inherit;
}
.show-list__link__inner .elementor-button-link:hover .elementor-align-icon-right,
.show-list__link__inner .elementor-button-link:focus .elementor-align-icon-right {
	-webkit-transform: translate(10px,-3px);
    transform: translate(10px,-3px);
}
.show-list__link__inner .elementor-button-link:hover .elementor-align-icon-right svg path,
.show-list__link__inner .elementor-button-link:hover .elementor-align-icon-right svg line,
.show-list__link__inner .elementor-button-link:focus .elementor-align-icon-right svg path,
.show-list__link__inner .elementor-button-link:focus .elementor-align-icon-right svg line {
	fill: var(--global--color-blue-sky);
	stroke: var(--global--color-blue-sky);
}

.section__social--link .wp-caption .wp-caption-text {
	transition: all .25s ease;
}
.section__social--link .wp-caption:hover .wp-caption-text,
.section__social--link .wp-caption:focus .wp-caption-text {
	color: var(--global--color-blue-sky);
}

.section__point .elementor-element .elementor-icon svg {
	height: auto;
}
.section__point .elementor-widget-icon-box .elementor-icon-box-content {
	padding-bottom: 10px;
}
#btn-detail .elementor-button-icon svg {
	width: auto;
}
.ehf-header #masthead .section__header--top {
	height: 100px;
	background-color: white;
}
.archive.ehf-header #masthead .section__header--top,
.single-post.ehf-header #masthead .section__header--top,
.search #masthead .section__header--top {
	background-color: #f8f9fc;
}
.ehf-header #masthead .section__header--top.fixed,
.archive.ehf-header #masthead .section__header--top.fixed,
.single-post.ehf-header #masthead .section__header--top.fixed {
    width: 100%;
	height: 75px;
    position: fixed;
    background-color: #ffffffd4;
    z-index: 99;
	box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
.elementor-90 .elementor-element.elementor-element-9da9699.fixed > .elementor-container {
	min-height: 75px !important;
}
.letter-spacing {
	letter-spacing: 0;
}

.headding__title__recruit {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.page-header {
	position: relative;
	z-index: 1;
	background-color: white;
}

.elementor-section.p-absolute {
	position: absolute;
}
.fs-5 {
	font-size: 24px;
}

.d-flex {
	display: flex;
	flex-wrap: nowrap;
}

/**************** page-title **************************/
.page-header__title {
	text-align: center;
}
.page-header__title .page-title {
	font-size: 37px;
	letter-spacing: 10px;
	font-weight: 700;
}
.page-header__title .archive-description {
	margin-top: 25px;
}

.archive-page-header {
	position: relative;
    padding-top: 100px;
	padding-bottom: 50px;
	margin-bottom: 50px;
    background-color: #F8F9FC;
	background-position: bottom center;
    background-repeat: no-repeat;
	background-image: url(../images/bgr-breadbrumb.svg);
}
.archive-page-header .entry-title,
.archive-page-header .page-title {
	color: #000000;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
	line-height: 1.3em;
	width: 99%;
	margin: 0 auto;
}
.uppercase {
	text-transform: uppercase;
}

/*************** nav-links *************************/
.pagination .nav-links {
	margin-top: 15px;
}

/************* teestars__banner__text *************/
.teestars__banner__text {
	padding: 30px 15px;
	box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	position: relative;
}
.teestars__banner__text:after {
	position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    background: #e0b039;
    transition: all .5s ease-in-out;
    z-index: 2;
}
.teestars__banner__text:hover:after {
    height: 4px;
    left: 0;
    width: 100%;
}
.teestars__banner__text .elementor-image-box-img {
	position: relative;
}
.teestars__banner__text .elementor-image-box-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    transform: rotate(22deg);
    background: linear-gradient(62.5deg,transparent,rgba(47,85,212,.09));
}
.teestars__banner__text.style-1:hover .elementor-image-box-img:before {
    background: rgba(47,85,212,.07);
    animation: spinner-border 5s linear infinite;
}

.teestars__banner__text.style-2 .elementor-image-box-img:before {
	background-repeat: no-repeat;
	width: 61px;
	height: 72px;
    left: 51px;
    top: 0px;
    z-index: -1;
	transition: all 500ms ease;
}
.color1 .teestars__banner__text.style-2 .elementor-image-box-img:before {
	background-image: url(../images/about-icon-1.png);
}
.color2 .teestars__banner__text.style-2 .elementor-image-box-img:before {
	background-image: url(../images/about-icon-2.png);
}
.color3 .teestars__banner__text.style-2 .elementor-image-box-img:before {
	background-image: url(../images/about-icon-3.png);
}
.color4 .teestars__banner__text.style-2 .elementor-image-box-img:before {
	background-image: url(../images/about-icon-4.png);
}
.color5 .teestars__banner__text.style-2 .elementor-image-box-img:before {
	background-image: url(../images/about-icon-5.png);
}
.color6 .teestars__banner__text.style-2 .elementor-image-box-img:before {
	background-image: url(../images/about-icon-6.png);
}
.teestars__banner__text.style-2:hover .elementor-image-box-img:before {
	background-image: url(../images/about-icon-0.png);
}
.teestars__banner__text.style-2 .btn-primary {
	color: var(--global--color-yellow);
	border-radius: 10px;
	border: 2px solid var(--global--color-yellow);
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
	transition: all 500ms ease;
	font-weight: 500;
}
.teestars__banner__text.style-2 .btn-primary:hover {
	background-color: var(--global--color-yellow);
	color: white;
}

/*******************************************************************
                page contact
*********************************************************************/
.sanpo--contact .form-group {
	margin-bottom: 15px;
}
.sanpo--contact .form-group label {
	font-weight: 400;
	margin-bottom: 3px;
    display: block;
	font-size: 16px;
}
.sanpo--contact .form-group .span--space {
	min-width: 33px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.sanpo--contact .field__policy {
	margin-bottom: 15px;
}
.sanpo--contact .field__policy a {
	color: var(--global--color-blue-sky);
	text-decoration: underline;
}
.sanpo--contact .field__policy a:hover,
.sanpo--contact .field__policy a:focus {
	text-decoration: none;
}
.sanpo--contact .field__policy,
.sanpo--contact .field__privacy {
	text-align: center;
}
.sanpo--contact .form-group-button {
	display: block;
	margin-top: -5px;
}
.sanpo--contact .btn-send {
	background-color: var(--global--color-yellow) !important;
	display: block;
	padding: 10px 30px;
	min-width: 120px;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
	border: 1px solid var(--global--color-yellow);
	color: white !important;
	font-family: var(--global--font-secondary);
	font-weight: 400;
	border-radius: 10px;
	font-size: .97em;
    letter-spacing: .03em;
}
.sanpo--contact .btn-send:hover {
	color: white !important;
	border-color: #b38d2e;
	background-color: #b38d2e !important;
}
.sanpo--contact .btn-send:focus {
	outline: none;
}
.sanpo--contact .btn-send p {
	margin-bottom: 0;
}
.sanpo--contact {
	margin: 0 auto;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 auto;
	max-width: 543px;
}
.form__contact .wpcf7-form-control {
	padding: 8px 15px;
	margin: 0;
	border-radius: 10px;
}

div#wpcf7cpcnf {
	position: absolute;
}
#wpcf7cpcnf {
	max-width: 650px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#wpcf7cpcnf table tr {
	display: grid;
	border-bottom: 1px solid #707070;
}
#wpcf7cpcnf table th, 
#wpcf7cpcnf table td {
	border: none;
	padding: 2px 0;
}
#wpcf7cpcnf table th {
	font-weight: 400;
	margin-top: 20px;
}
#wpcf7cpcnf table td {
	padding-bottom: 20px;
	font-weight: 500;
	color: #1A1311;
}
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p {
	margin-bottom: 0;
}
#wpcf7cpcnf .wpcf7cp-btns {
	margin: 70px auto 0;
	text-align: center;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control {
	width: 300px;
	padding: 11.5px 20px;
	border-width: 1px;
	font-size: 19px;
	font-weight: 400;
	transition: all .25s ease;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn {
	background-color: #FFFFFF;
	border-color: #1A1311;
	color: #1A1311;
	font-family: var(--global--font-secondary);
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-submit-btn {
	background-color: var(--global--color-blue);
	border-color: var(--global--color-blue);
	font-family: var(--global--font-secondary);
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn:hover,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn:focus,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-submit-btn:hover,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-submit-btn:focus {
	color: white;
	border-color: var(--global--color-blue-sky);
	background-color: var(--global--color-blue-sky);
	outline: none;
}
.wpcf7-form.submitting,
.wpcf7-form.resetting,
.wpcf7cp-progress-cover,
.wpcf7cp-progress-content {
	display: none;
	height: 0;
}
.wpcf7 .wpcf7-submit:disabled {
	border-color: transparent;
}
#wpcf7cpcnf table tr:last-child {
	display: none;
}

div.wpcf7 {
	z-index: 9;
}
.confirm__content {
	text-align: center;
	margin-bottom: 70px;
}

/*******************************************************************
                page Not found
*********************************************************************/
.error-404.not-found .page-content {
	text-align: center;
	padding-bottom: 50px;
}
.not-found .page-content p.pnf-title {
    font-size: 100px;
    line-height: normal;
    font-weight: bold;
    color: #000000;
}
.not-found .page-content p.pnf-desc {
	margin-top: 0;
	margin-bottom: 10px;
}
.not-found .page-content .pnf-buttons a {
	font-weight: bold;
	color: var(--global--color-yellow);
}
.not-found .page-content .pnf-buttons a:hover,
.not-found .page-content .pnf-buttons a:focus {
	text-decoration: none;
}


/*******************************************************************
                Breadcrumb NavXT Compatibility.
*********************************************************************/
.breadcrumbs {
	text-align: center;
}
.breadcrumbs a {
	color: var(--global--color-blue);
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: var(--global--color-blue-sky);
}
.breadcrumb-link {
	color: #878788;
	font-size: 1rem;
	line-height: 30px;
	padding: 60px 0 30px;
}
.breadcrumb-link  span > span {
	padding-left: 10px;
}
.breadcrumb-link  span > a.home {
	padding-left: 0;
	text-decoration: underline;
}
.breadcrumb-link  span > a {
	color: var(--global--color-blue-sky);
	margin-right: 10px;
	padding-left: 10px;
}
.breadcrumb-link  span > a:hover,
.breadcrumb-link  span > a:focus {
	color: var(--global--color-blue);
}

/*******************************************************************
                Blog archive
*********************************************************************/
.blog-archive {
	margin-top: 40px;
}
.blog-archive .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: -15px;
	margin-right: -15px;
}
.blog-archive .col {
	width: 31.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.blog-archive .post {
	border: 1px solid #eff1fe;
    border-radius: 10px;
	height: 100%;
}
.blog-archive .post .entry-content {
	padding: 30px;
}
.blog-archive .post h5 {
	color: #313E5B;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
	line-height: 1.3;
}
.blog-archive .post h5 a {
	text-decoration: inherit;
}
.blog-archive .post .post-meta {
	margin-bottom: 8px;
    opacity: 1;
    font-size: 15px;
    color: #437EEB;
}
.blog-archive .post .entry-content p {
	margin-top: .1em;
}
.blog-archive .post .image-cover {
	position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
}
.blog-archive .post .image-cover img {
	right: 0;
    width: 100% !important;
    height: 100% !important;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

/*******************************************************************
                Blog Single
*********************************************************************/
.content-single {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.content-single .content-left {
	max-width: 68%;
    flex-basis: 68%;
    padding: 0 15px 10px;
}
.content-single .content-right {
	max-width: 32%;
    flex-basis: 32%;
    padding: 0 15px 10px;
}
.blog-detail {
	padding: 30px 10px;
    border: 1px solid #EFF1FE;
    border-radius: 10px;
	margin-bottom: 30px;
}

.content-right .widget {
	margin-bottom: 1.5em;
}
.content-right .widget_search,
.content-right .widget_nav_menu nav {
	padding: 20px 15px;
    background-color: rgb(255, 252, 245);
    border-radius: 6px 6px 6px 6px;
}
.content-right .widget_search {
	padding: 30px;
}
.content-right .widget_search .wp-block-search__label {
	display: none;
}
.content-right .widget_search .wp-block-search__button {
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0 10px 10px 0;
}
.content-right .widget_search .wp-block-search__button:hover {
	background-color: #b38d2e;
	color: white;
	border-color: #b38d2e;
}

.content-right .widget_nav_menu ul > li {
	padding: 6px 0;
	border-top: 1px solid #a4c4ff;
}
.content-right .widget_nav_menu ul > li:first-child {
	border-top: none;
}
.content-right .widget_nav_menu ul > li a {
	text-decoration: none;
}
.content-right .widget_nav_menu ul > li a:hover {
	color: var(--global--color-yellow);
}

.postsWrap__item .postsWrap__item--meta {
	margin-right: 10px;
}
.postsWrap__item .postsWrap__item--meta a {
	overflow: hidden;
    display: block;
	width: 80px;
}
.postsWrap__item .postsWrap__item--meta img {
	object-fit: cover;
    max-width: 100%;
    display: block;
	height: 80px;
	width: 100%;
}
.postsWrap__item .post--title a {
	text-decoration: none;
	font-weight: bold;
    text-transform: uppercase;
}
.postsWrap__item .post--title a:hover,
.postsWrap__item .post--title a:focus {
	color: var(--global--color-yellow);
}
.sidebar .widget .widget-title {
	display: block;
    font-weight: 500;
    color: #313E5B;
    font-size: 25px;
    text-transform: inherit;
}

/*******************************************************************
                Comments
*********************************************************************/
.comments-area .comment-respond {
	background-color: rgba(0,0,0,.05);
    margin-top: 15px;
    padding: 15px 25px 2px;
}

/*******************************************************************
                Header
*********************************************************************/

/* header__btn_contact */
.header__btn_contact .elementor-button-link {
	width: 100%;
}
.header__btn_contact .elementor-button-link .elementor-button-content-wrapper {
	align-items: center;
	display: inline-flex;
}
.header__btn_contact .elementor-button-link .elementor-button-icon {
	font-size: 24px;
}

.elementor-element.elementor-element-bb4854f .elementor-heading-title .title-tel {
	font-size: 18px;
}

/*******************************************************************
                Footer
*********************************************************************/
.home footer {
	margin-top: 0;
	border-top: none;
}
footer {
	margin-top: 50px;
}

.footer-width-fixer .elementor-icon-list-items {
	list-style: none;
}
.footer-infor strong {
	color: white;
}

.postion__fixed {
	position: fixed;
	z-index: 1001;
}

/* block_fbpage */
.block__fbpage {
	position: fixed;
	z-index: 1;
    bottom: 0px;
    right: 20px;
    width: 298px;
    z-index: 999;
    height: 30px;
    border: 1px solid var(--global--color-yellow);
    border-radius: 5px 5px 0 0;
    background: #ffffff;
}
.block__fbpage h5 {
	width: 100%;
    padding: 5px 10px;
    color: #fff;
    background: var(--global--color-yellow);
    height: 30px;
    cursor: pointer;
    font-size: 13px;
	position: relative;
	font-weight: 400;
}
.block__fbpage h5:after {
	position: absolute;
	content: '>';
	top: 10px;
    right: 0;
    font-size: 16px;
    width: 20px;
    height: 20px;
    color: white;
    font-weight: 200;
    transform: rotate(90deg);
}
.block__fbpage.show_chat {
	-webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    bottom: 0;
    height: 360px;
}
.block__fbpage.show_chat h5:after {
	top: -2px;
	right: 5px;
	transform: rotate(-90deg);
}

/* fab-wrapper */
.fab-wrapper {
	position: fixed;
    bottom: 0;
    left: 0;
}
.fab-wheel {
    position: absolute;
    bottom: 15px;
    left: 20px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all .3s ease;
    z-index: 12;
	width: 300px !important;
}
body.show_fab .fab-wheel {
	transform: scale(1);
}
.fab-wheel .elementor-widget-container li a {
	width: auto;
}
.fab-wheel .elementor-widget-container .elementor-icon-list-icon {
	width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #0f1941;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    font-size: 24px;
    color: White;
    transition: all 1s ease;
    overflow: hidden;
    margin-right: 10px;
}
.fab-wheel .elementor-widget-container li:first-child .elementor-icon-list-icon {
	background-color: #dd5145;
}
.fab-wheel .elementor-widget-container li:nth-child(2) {
	padding-left: 85px;
	padding-bottom: 15px;
}
.fab-wheel .elementor-widget-container li:nth-child(2) .elementor-icon-list-icon {
	background-color: #fb0;
}
.fab-wheel .elementor-widget-container li:nth-child(3) {
	padding-left: 130px;
	padding-bottom: 20px;
}
.fab-wheel .elementor-widget-container li:nth-child(3) .elementor-icon-list-icon {
	background-color: #0f9d58;
}
.fab-wheel .elementor-widget-container li:nth-child(3) a {
	animation-name: shake;
    animation-duration: 3s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: shake;
    -moz-animation-duration: 3s;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 3s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.fab-wheel .elementor-widget-container li:last-child {
	padding-left: 150px;
}
.fab-wheel .elementor-widget-container li:last-child .elementor-icon-list-icon {
	background-color: #2f82fc;
}

.fab-icon {
	position: absolute;
    left: 10px;
    bottom: -5px;
    z-index: 1000;
}
.fab-icon .elementor-icon-wrapper {
	width: 60px;
    max-width: unset;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
	background-color: var(--global--color-yellow);
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    transform: rotate( 0deg );
    -webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    cursor: pointer;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.fab-icon .elementor-icon {
	width: 50px;
	height: 50px;
	background-image: url(../images/icon-all.png);
	background-size: 694px;
    background-position: -649px 0;
	transition: inherit;
}
.fab-icon .elementor-icon i {
	display: none;
}

body.show_fab .teestars_bg {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
body.show_fab .fab-icon .elementor-icon {
	width: 30px;
    height: 30px;
    margin: 0;
    background-size: 615px;
    background-position: -291px -70px;
	transition: none;
}
body.show_fab .fab-icon .elementor-icon-wrapper {
	animation: inherit;
	transform: inherit;
	transition: inherit;
	transform-origin: inherit;
}

/*******************************************************************
                Responsive
*********************************************************************/
@media(min-width: 820px) {
	.span--break {
		display: block;
	}
	.font-large {
		font-size: 48px;
		margin-left: -26px;
		margin-right: -23px;
	}
}
@media(max-width: 1199px) {
	
}
@media(max-width: 1024px) {
	.header__hamburger__inner {
		top: -16px;
	}
	.ehf-header #masthead {
		height: 68px;
	}
}
@media(max-width: 840px) {
	.blog-archive .post {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.section__contact--tell--office .elementor-widget-container {
		min-height: 50px;
		transition: all .25s ease;
	}
	.section__contact--tell--office .elementor-widget-container:hover {
		padding: 4px 19px 0px;
	}
	.contact--note {
		margin-bottom: 30px;
	}
	.confirm__content {
		margin-bottom: 10px;
	}
	#wpcf7cpcnf .wpcf7cp-btns {
		margin: 25px auto 0;
	}
	.ehf-header #masthead {
		height: 60px;
	}
	.header__hamburger__inner {
		top: -18px;
	}

	.header__menu_mobile .header__btn_contact .elementor-button-link {
		border-radius: 0;
		border: 2px solid var(--global--color-blue-sky);
		color: var(--global--color-blue-sky);
		background-color: white;
	}
	.header__menu_mobile .header__btn_contact .elementor-button-link:hover {
		border-color: var(--global--color-blue);
		color: var(--global--color-blue);
	}

	.teestars__banner__text .wp-caption-text p,
	.teestars__banner__text.style1 .wp-caption-text p {
		font-size: 12px;
	}
}
@media(max-width: 568px) {
	
	button.wpcf7cp-cfm-edit-btn {
		margin-right: 0;
	}

	.entry-content ul,
	.entry-content ol {
		padding-left: calc(1 * var(--global--spacing-horizontal));
	}

	.archive-page-header {
		position: relative;
		padding-top: 50px;
	}
	.archive-page-header .entry-title, 
	.archive-page-header .page-title {
		font-size: 26px;
		margin-bottom: 0px;
	}

	.content-single {
		display: block;
	}
	.content-single .content-left {
		max-width: 100%;
		flex-basis: 100%;
		padding: 0;
	}
	.content-single .content-right {
		max-width: 100%;
		flex-basis: 100%;
		padding: 0;
		margin-top: 30px;
	}
}
@media(max-width: 414px) {
	.page-header__title {
		padding-bottom: 20px;
	}
	.page-header__title .page-title {
		font-size: 28px;
	}
	.breadcrumb-link {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.navigation .nav-links > * {
		min-width: 36px;
	}

	.wpcf7-list-item-label {
		font-size: 14px;
	}
}

@keyframes spinner-border{
	50% {
		transform: rotate(360deg);
	}
}

@keyframes quick-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

@keyframes shake {
	0% {
		transform: translate(2px, 1px) rotate(0);
	}
	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}
	20% {
		transform: translate(-3px, 0) rotate(1deg);
	}
	30% {
		transform: translate(0, 2px) rotate(0);
	}
	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}
	60% {
		transform: translate(-3px, 1px) rotate(0);
	}
	70% {
		transform: translate(2px, 1px) rotate(-1deg);
	}
	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}
	90% {
		transform: translate(2px, 2px) rotate(0);
	}
	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}