@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Sora", serif;
  	font-optical-sizing: auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  	width: 4px;
	background: #000;
}
body::-webkit-scrollbar-thumb {
  	background-color: #333;
	border: 1px solid #333;
}
::-moz-selection {
 	color: #fff;
 	background: #B82C5C;
}
::selection {
	color: #fff;
	background: #B82C5C;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], input[type="number"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	color: #666666;
}
.form-control:focus, .form-select:focus {
    border-color: #B82C5C !important;
	box-shadow: none !important;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
	color: #999;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 500;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #B82C5C;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: -125%}
}
@keyframes shine {
    100% {left: -125%}
}
.hash_anchor {
	 scroll-margin-top: 100px;
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #B82C5C;
}
body {
	background: #F8F7FD;
}
/***************************** btn *****************************/
.send_btn {
	font-family: "Inter", serif;
    font-size: 20px;
    font-weight: 400;
	background-color: #B82C5C;
	border: 1px solid #B82C5C;
    color: #fff;
	padding: 16px 30px;
	border-radius: 5px;
	text-align: center;
}
.send_btn:hover {
    background-color: transparent;
    color: #B82C5C;
	box-shadow: 0 0.5rem 1rem rgba(184, 44, 92, 0.2);
}
/***************************** Banner *****************************/
.header {
	border-radius: 0px 0px 20px 20px;
}
.header .send_btn {
	padding: 10px 30px;
	font-size: 16px;
}
.logo {
	width: 140px;
	display: block;
}
.banner h2 {
	font-family: "Inter", serif;
    font-size: 24px;
    font-weight: 400;
	color: #252525;
}
.banner h1 {
    font-size: 100px;
    font-weight: 400;
	color: #252525;
	line-height: 100px;
}
.banner h1 span {
	color: #B82C5C;
}
.banner h5 {
	font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 400;
	color: #5A595B;
}
.banner h3 {
	max-width: 180px;
	min-width: 180px;
    height: 120px;
    font-size: 48px;
    font-weight: 400;
    color: #252525;
    text-align: center;
    align-content: center;
}
.banner p {
    font-size: 20px;
    font-weight: 400;
	color: #4F4F50;
}
.banner_counter {
	margin-top: -130px;
}
/***************************** quotes *****************************/
.quotes h2 {
    font-size: 27px;
    font-weight: 400;
	color: #000;
	line-height: 40px;
}
.quotes_bg {
	margin: -100px 0 0 -50px;
}
/************************* about *************************/
.about h2 {
    font-size: 48px;
    font-weight: 400;
	color: #000;
}
.about h4 {
    font-size: 16px;
    font-weight: 300;
	color: #000;
	line-height: 30px;
}
.about_img {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/************************* benefits *************************/
.benefits h2 {
    font-size: 32px;
    font-weight: 400;
	color: #000;
}
.benefits ul li {
    font-size: 20px;
    font-weight: 300;
	color: #000;
	line-height: 30px;
}
.benefits h4 {
    font-size: 16px;
    font-weight: 300;
	color: #000;
	line-height: 30px;
}
.benefits ul li:before {
	width: 20px;
	display: inline-block;
    margin-left: -44px;
    content: "";
}
/***************************** faq *****************************/
.faq h2 {
    font-size: 48px;
    font-weight: 400;
	color: #000;
}
.faq .nav-link {
	background-color: transparent;
	border: 1px solid #999;
    color: #999;
}
.faq .nav-link.active {
    background-color: #B82C5C;
	border: 1px solid #B82C5C;
    color: #fff;
	box-shadow: 0 0.5rem 1rem rgba(184, 44, 92, 0.2);
}
.faq .accordion-button {
    font-size: 20px;
    font-weight: 300;
	color: #000;
	line-height: 30px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.faq .accordion-button span {
    font-size: 48px;
    font-weight: 400;
}
.faq .accordion-body {
	font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}
/************************* footer *************************/
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    right: 15px;
    position: absolute;
    font-size: 12px;
    color: #000;
	text-align: right;
}
.footer .card-header a .fa-plus {
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus {
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer h3 {
    font-weight: 400;
	font-size: 20px;
	color: #000;
}
.footer ul li {
	width: 100%;
    float: left;
    list-style: none;
}
.footer ul li a, .footer h4 {
	width: 100%;
    float: left;
    color: #000;
    font-weight: 300;
    font-size: 14px;
	line-height: 26px;
}
.footer ul li a:hover, .footer ul li .active {
    color: #007DFC;
}
.footer h5 {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.footer_search {
	max-width: 350px;
	border: 1px solid #aaa;
}
.footer_search button {
	border-left: 1px solid #aaa;
}
/***************************** copyright *****************************/
.copyright p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.copyright p i {
	font-size: 11px;
}
.copyright a {
    color: #000;
}
.copyright a:hover, .copyright a.active {
    color: #B82C5C;
}
/************************* social_media *************************/
.social_media a {
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	line-height: 1;
	color: #2E2E38;
	margin: 3px;
	text-align: center;
	align-items: center;
    justify-content: center;
	border-radius: 50px;
	border: 1px solid #dcdcdc;
}
.social_media a i {
	font-size:18px;
	color: #00929B;
}
.social_media a:hover, .social_media a:hover i {
	color: #fff;
}
.social_media a.fb:hover, .social_media a.fb:focus {
	background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	background: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
	background: #833ab4;
  	background: linear-gradient(to right, #833ab4,#fd1d1d,#fcb045);
}
.social_media a.yt:hover, .social_media a.yt:focus {
	background: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	background: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	background: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	background: #34af23;
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:15px;
    bottom:10px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#B82C5C;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modal-body label {
	font-size: 14px;
    font-weight: 400;
    color: #000;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #B82C5C;
    color: #fff;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	.banner h1 {
		font-size: 60px;
		line-height: 60px;
	}
	.banner h3, .about h2, .faq h2, .faq .accordion-button span {
		font-size: 40px;
	}
}
@media (min-width: 200px) and (max-width: 1299.98px) {
	.quotes_bg {
		width: 90px;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.banner_counter {
		margin-top: -100px;
	}
	.footer_search {
		margin: 0 auto;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.send_btn {
    	font-size: 14px;
	}
	.banner h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.banner h2, .quotes h2 {
    	font-size: 20px;
		line-height: normal;
	}
	.benefits h2 {
    	font-size: 25px;
	}
	.banner h3, .about h2, .faq h2, .faq .accordion-button span {
		font-size: 30px;
	}
	.banner_counter {
        margin-top: 0px;
    }
	.quotes_img {
		width: 180px;
	}
	.faq .accordion-button, .banner p, .footer h3 {
		font-size: 18px;
	}
	.benefits ul li {
		font-size: 16px;
	}
	.footer ul li a, .footer h4 {
		font-size: 13px;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.logo {
		width: 100px;
		margin: 0 auto;
	}
	.banner h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.about_img {
		position: static;
	}
	.quotes_bg {
		width: 50px;
		margin: 10px 0 0 0;
	}
	.banner h2, .quotes h2, .faq .accordion-button, .banner p, .modal-title {
        font-size: 16px;
    }
	.faq .accordion-button {
		line-height: normal;
	}
	.banner h3, .about h2, .faq h2, .faq .accordion-button span {
        font-size: 25px;
    }
	.benefits h2 {
        font-size: 22px;
    }
	.faq .accordion-body, .banner h5, .about h4, .benefits h4 {
		font-size: 15px;
	}
	.banner h3 {
    	max-width: 120px;
    	min-width: 120px;
	}
	.footer h3 {
		border-bottom: 1px dotted #999;
		padding: 10px 0 20px 0;
	}
	.footer ul li a, .footer h4 {
		padding: 0 0 18px 0;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.banner h3 {
    	max-width: 100%;
    	min-width: 100%;
		height: auto;
		margin: 20px 0;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.xsm-100 {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.social_media a {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.xxsm-100 {
		width: 100%;
	}
}