/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-button-1 .header-button a.button {
    color: #000;
}
.btn-close {
    position: absolute;
    right: -5px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 31px;
    text-align: center;
    font-size: 36px;
    z-index: 99999;
}
.text-gradient {
    background: linear-gradient(to right,#e0af5d,#faeb9c,#e0af5d,#faeb9c);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
input.wpcf7-form-control.wpcf7-submit {
    font-weight: 600;
    width: 100%;
    font-size: 22px;
    margin-bottom: 0;
    box-shadow: 1px 1px 2px 0 #000;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    box-shadow: none;
}
.wpcf7-form input {
    margin-bottom: 10px;
    height: 45px;
    font-weight: 400;
}
form.wpcf7-form {
    margin-bottom: 5px;
}
.sec__loi-ich .icon-box-img svg path {
    fill: var(--primary-color);
}
.sec__loi-ich .icon-box .icon-box-text {
    font-size: 12.5px;
}
.bg-section {
    background: linear-gradient(180deg,#75b6f5 0%,#f1f8fe 40%,#fff 80%,#a1cef8 100%);
}
.number-block {
    text-align: center;
    -webkit-box-shadow: 0 4px 16px 3px rgb(213 221 234 / 50%);
    -moz-box-shadow: 0 4px 16px 3px rgba(213,221,234,.5);
    box-shadow: 0 4px 16px 3px rgb(213 221 234 / 50%);
    border: 1px solid #dee4ee;
    padding: 20px 15px;
    border-radius: 20px;
}
.number-block .circle {
    background-color: var(--primary-color);
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    color: #fff;
    margin: -52px auto 20px auto;
    padding: 10px;
    text-align: center;
    line-height: 1.7;
}
.circle {
    border-radius: 999px!important;
    -o-object-fit: cover;
    object-fit: cover;
}
.number-block .number-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
}
.number-block p {
    margin-bottom: 0;
}
@media (min-width: 849px) {
    .number-block {
        min-height: 215px;
    }
}
a#top-link {
    border-radius: 0;
	bottom: 100px;
}
input[type='email'], 
input[type='search'], 
input[type='number'], 
input[type='url'], 
input[type='tel'], 
input[type='text'], 
textarea {
	font-weight: 400;
    margin-bottom: 3px;
    border: none;
}
.footer-2 .is-divider {
    height: 0;
}
.footer-2 .widget-title {
	color: var(--primary-color);
}
.footer-2 .widget ul {
	padding-left: 15px;
}
.footer-2 .widget li {
    list-style: disc;
}
.footer-2 .widget_text div {
	margin-bottom: 3px;
	text-align: justify;
}
.section.register-now {
	padding: 15px;
    border: 5px solid #fff;
}
.image-yellow img {
/* 	filter: brightness(0) invert(1); */
}
.header-contact li a {
	text-transform: inherit;
    font-weight: 400;
    font-size: 16px;
}
.off-canvas-center:not(.dark) .mfp-close {
	width: 50px;
    height: 50px;
	margin: 15px !important;
}
.off-canvas-center:not(.dark) .mfp-close svg {
	display: none;
}
.off-canvas-center:not(.dark) .mfp-close:before {
	background: url(./images/close-popup.png) no-repeat 50%/contain;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
/* .off-canvas-center .mfp-content {
    padding-top: 0;
} */
.mfp-bg.off-canvas-center:not(.dark) {
    background-color: #fff;
/*     opacity: 0; */
}
.off-canvas-center .mfp-content,
.off-canvas-center .mfp-container {
	background-color: #21364b !important;
}
.off-canvas-center .nav-vertical>li>a {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
}
.ladi-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 220px;
    height: 55px;
    overflow: hidden;
    z-index: 99;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    border-color: rgb(9, 226, 181);
    border-width: 2px;
    border-radius: 3px;
    background: rgb(250 25 25);
    background: -webkit-linear-gradient(90deg, rgb(250 25 25), rgb(255 125 125));
    background: linear-gradient(90deg, rgb(250 25 25), rgb(255 125 125));
    padding: 5px 15px;
}
.ladi-button span {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    display: block;
}
.ladi-button span:last-child {
    font-weight: 300;
    font-size: 13px;
}
@media (max-width: 849px) {
	body {
		overflow: hidden;
	}
	.number-block {
		margin-bottom: 45px;
	}
}
@media (max-width: 480px) {
	.ladi-button {
		bottom: 7px;
		right: 7px;
		height: 45px;
	}
	.ladi-button span {
		font-size: 13px;
	}
	.ladi-button span:last-child {
		font-size: 12px;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}