/*
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.   ***************/

body {
	font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .heading-font, 
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
	font-family: 'Inter', sans-serif !important;
}

.main-title {
	color: #000000;
    font-size: 40px;
    font-weight: 600;
    max-width: 750px;
    margin: auto;
    text-align: center;
	line-height: 1.2;
}

.main-button {
	color: #DC1E3A;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 20px 12px;
    border-radius: 99px;
    background: #fff;
    display: inline-block;
}


.header-main .nav {
	gap: 25px;
}

.header-main .nav.nav-right {
	gap: 10px;
}

.header-main .nav > li > a {
	font-size: 16px;
    text-transform: initial;
    font-weight: 400;
}

.header-main .nav > li.active > a {
	background-color: rgba(255, 255, 255, 0.25);
    padding: 10px 20px;
    border-radius: 99px;
	font-weight: 700;
}

.header-main .html.header-button-1 a {
	background: transparent;
    border: 1px solid;
    text-transform: inherit;
    font-weight: 600;
	padding: 2px 28px;
	min-width: 125px;
}
.header-main .html.header-button-2 a {
	background: #fff;
    border: none;
    color: #000;
    text-transform: inherit;
	padding: 4px 28px;
	min-width: 125px;
}

.header-main .html.header-button-1 a {
    color: #DC1E3A;
}

.header-main .html.header-button-2 a {
    background-color: #DC1E3A;
    color: #fff;
}

.header-main .nav > li > a {
    color: #DC1E3A !important;
}

.header-main .nav > li.active > a {
    background-color: rgba(255, 77, 77, 0.1);
}

.header-wrapper:not(.stuck) .logo img {
    display: block !important;
}

.header-wrapper:not(.stuck) .logo img.header_logo,
.header-wrapper:not(.stuck) .logo img.header-logo-dark {
    display: none !important;
}

.stuck .header-main {
	min-height: 88px;
}

.stuck .header-main .html.header-button-1 a,
.home .stuck .header-main .html.header-button-1 a{
	color: #DC1E3A;
}

.stuck .header-main .html.header-button-2 a,
.home .stuck .header-main .html.header-button-2 a {
    background-color: #DC1E3A;
	color: #fff;
}

.stuck .header-main .nav > li > a,
.home .stuck .header-main .nav > li > a {
	color: #DC1E3A !important;
}

.stuck .header-main .nav > li.active > a {
	background-color: rgba(255, 77, 77, 0.1);
}

.home .header-wrapper:not(.stuck) .logo img.header_logo {
	display: block !important;
}

.home .header-wrapper:not(.stuck) .logo img {
	display: none !important;
}

.home .header-main .nav > li > a {
	color: #fff !important;
}

.home .header-main .nav > li.active > a {
	background-color: transparent;
}

.home .header-main .html.header-button-1 a {
	color: #fff;
}

.home .header-main .html.header-button-2 a {
	background-color: #fff;
	color: #000;
}

.woocommerce-page .category-page-row {
	margin-bottom: 120px;
}

.home-intro {
	 background: linear-gradient(108.46deg, #ff2222 0%, #0d03c3 92.01%);
}

.home-intro h1 {
	color: #fff;
	font-size: 70px;
    font-weight: 700;
	 margin-bottom: 20px;
    text-transform: capitalize;
}

.home-intro p {
    color: #fff;
	font-size: 20px;
	margin: 0;
}

.home-intro .main-button {
	margin-top: 40px;
}

.home-intro-bg {
	margin-top: -240px;
}

.home-benefit .col-box .col-inner,
.home-benefit .icon-box {
	height: 100%;
	color: #1A75FF;
}

.home-benefit .col-box:nth-child(2) .icon-box {
	color: #1aa053;
}

.home-benefit .col-box:nth-child(3) .icon-box {
	color: #754edf;
}

.home-benefit .icon-box {
	border: 1px solid;
    border-radius: 20px;
    padding: 40px 24px 40px 24px;
}

.home-benefit .icon-box h4 {
	color: inherit;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
}

.home-benefit .icon-box p {
	color: #000;
    text-align: center;
}

.home-benefit .main-button {
	background: linear-gradient(108.46deg, #ff2222 0%, #0d03c3 92.01%);
    color: #fff;
	margin-top: 10px;
}

.home-service .main-title {
	max-width: 850px;
    color: #fff;
}

.home-service-bottom {
	margin-top: -350px;
	margin-bottom: -250px;
}

.home-service-bottom .tab {
	background: #ffebeb;
    margin: 0;
    width: 25%;
    display: flex;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 8px 16px;
    height: 100%;
    gap: 10px;
}

.home-service-bottom .tab.active {
	background: #fff;
}

.home-service-bottom .nav>li>a {
	color: #DC1E3A;
	opacity: 0.5;
}

.home-service-bottom .nav>li.active>a {
	color: #DC1E3A;
	opacity: 1;
}

.home-service-bottom .tab img {
	width: 50px;
}

.home-service-bottom .tab-panels {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.home-service-bottom .tab-panels .row .col {
	padding-bottom: 0;
}

.home-service-bottom .tab-title {
	display: block;
	font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.home-service-bottom .row-content .col {
	padding-bottom: 0;
}

.home-service-bottom .col-content {
	padding-top: 40px;
    padding-left: 40px;
}

.home-service-bottom .tab-content {
	list-style: none;
	max-width: 550px;
	text-align: justify;
}

.home-service-bottom .tab-content li {
	margin-left: 0;
	margin-bottom: 30px;
}

.home-service-bottom .tab-content li a {
	display: flex;
	align-items: center;
}

.home-service-bottom .tab-content li a img {
	width: 40px;
}

.home-service-bottom .tab-content li a p {
	margin: 0;
    font-size: 15px;
    color: #000000;
    line-height: 1.4;
}

.home-system .system-title {
	color: #000000;
    font-size: 18px;
}

.home-system  .system-content {
	color: #000000;
    font-size: 16px;
}

.home-system .main-button {
	background: linear-gradient(108.46deg, #ff2222 0%, #0d03c3 92.01%);
    color: #fff;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	width: max-content;
}

.home-customer .flickity-viewport {
	min-height: 330px !important;
}

.home-customer .ux-logo {
    margin: 0 25px !important;
}

.home-customer .ux-logo img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.home-customer .ux-logo-content {
	margin: 0 -20px;
	text-align: center;
}

.home-customer .ux-logo  h3 {
	color: #000000;
	font-size: 18px;
}

.home-customer .ux-logo  p {
	color: #000000;
	font-size: 14px;
}

.home-customer .slider-nav-dots-simple .flickity-page-dots .dot {
	background-color: #DC1E3A;
}

.home-customer .flickity-page-dots .dot {
	border: 3px solid #DC1E3A;
}

.home-down .col {
	padding-bottom: 0;
}

.home-down .section-bg.bg-loaded {
	background-size: 80% !important;
    background-position: left !important;
}

.home-down p.top {
    font-size: 36px;
    font-style: italic;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #fff;
    background: rgba(255, 255, 255, 25%);
    width: fit-content;
    padding: 10px 30px;
    border-radius: 6px 0 0 6px;
    position: relative;
    max-height: 64px;
    height: 64px;
	margin-bottom: 30px;
}

.home-down p.top::after {
	content: '';
    position: absolute;
    right: -24px;
    top: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 24px solid rgba(255, 255, 255, 25%);
}

.home-down p.top img {
	max-width: 250px;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.home-down h2 {
	font-size: 64px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #fff;
	margin-bottom: 10px;
}

.home-down h4 {
	font-size: 26px;
    font-weight: 500;
    line-height: 32.89px;
    text-align: left;
    color: #fff;
	margin-bottom: 40px;
}

.home-down .down-image {
	display: flex;
	gap: 30px;
}

.home-down .box-left {
	max-width: 175px;
}

.home-down .box-right a:first-child {
	display: block;
	margin-bottom: 16px;
}

.home-down .main-button {
	margin-top: 40px;
}


.home-faq .accordion-item {
	background: #fff;
    padding: 10px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 16px;
	margin-top: 20px;
}

.home-faq .accordion-item:first-child {
	margin-top: 0;
}

.home-faq .accordion-title {
	padding: 0.6em 0;
	border-top: unset;
	font-size: 16px;
    font-weight: 600;
    color: #000;
}

.home-faq .accordion-title.active {
	background: none;
    color: #DC1E3A;
}

.home-faq .accordion .toggle {
	position: absolute;
    left: calc(100% - 30px);
    margin: 0;
}

.home-faq .accordion-inner {
	padding: 0;
    padding-right: 30px;
}

.home-faq .accordion-inner p {
	color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
}

.introduce-banner .banner-layers {
	background: linear-gradient(to right, rgba(255, 34, 34, 0.3), rgba(13, 3, 195, 0.3));
	max-width: 100%;
}

.introduce-banner h3 {
	font-size: 40px;
    text-transform: none;
    font-weight: 600;
    line-height: 1.6;
}

.introduce-banner  h1 {
	font-size: 54px;
    margin-top: 20px;
}

.row.introduce-motto {
	margin-top: -120px !important;
}

.introduce-motto .col-inner,
.introduce-motto .icon-box{
	height: 100%;
}

.introduce-motto  .icon-box {
	background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.08);
    border-radius: 20px;
    padding: 40px 15px;
}

.introduce-motto .icon-box-text {
	text-align: center;
}

.introduce-motto .icon-box-text h3 {
	 font-size: 22px;
    text-transform: uppercase;
    background: linear-gradient(to right, rgba(220, 30, 58, 1), rgba(13, 3, 195, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.introduce-motto .icon-box-text h4 {
	font-size: 16px;
    font-weight: 500;
    color: #000;
    font-style: italic;
}

.introduce-motto .icon-box-text p {
	color: #000;
}

.introduce-about h2 {
	font-size: 44px;
    color: #000;
	margin-bottom: 10px;
}

.introduce-about h2 span {
	color: #DC1E3A;
}

.introduce-about p {
	color: #000;
	text-align: justify;
}

.introduce-way {
	background-color: rgba(220, 30, 58, 1);
	color: #fff;
	padding-top: 60px !important;
}

.introduce-way h2 {
	font-size: 44px;
	color: #fff;
	line-height: 1.2;
}

.introduce-way h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
}

.introduce-way .icon-box:last-child{
	margin-top: 25px;
}

.introduce-partner {
	padding-top: 60px !important;
	padding-bottom: 200px !important;
}

.news-header .title-overlay {
	background-color: transparent;
}

.news-header h1.entry-title {
	font-size: 64px;
    color: rgba(220, 30, 58, 1);
    text-transform: uppercase;
    font-weight: 800;
}

.blog-wrapper.blog-archive {
	padding-top: 0 !important;
}

.blog-wrapper.blog-archive .large-10.col {
	max-width: 100%;
    flex-basis: 100%;
}

.news-top .section-title {
	align-items: baseline;
}

.news-top .section-title-bold span {
	border: none;
    font-size: 36px;
    padding: 0;
    padding-right: 20px;
    text-transform: none;
    color: #000;
}

.news-top .section-title-container {
	margin-bottom: 0;
}

.news-top .section-title b {
	background-color: rgba(220, 30, 58, 1);
	opacity: 1;
}

.news-top .large-columns-2 .box-text {
	padding: 0;
	padding-bottom: 0 !important;
}

.news-top .large-columns-2 .post-title {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0 !important
}

.news-bottom {
	margin-bottom: 120px;
}

.news-bottom .top-post-loop {
	display: none;
}

.news-bottom .nav-pagination > li > .current,
.news-bottom .nav-pagination > li > a:hover {
	background: rgba(220, 30, 58, 1);
    border-radius: 6px;
	border-color: rgba(220, 30, 58, 1);
}

.news-bottom .nav-pagination>li>span, 
.news-bottom .nav-pagination>li>a {
	border-radius: 6px;
}

.post-item .col-inner,
.post-item .col-inner .plain,
.post-item .col-inner .plain .box {
	height: 100%;
}

.post-item .col-inner .plain .box .box-image img {
	border-radius: 12px;
}

.post-item .col-inner .plain .box .is-divider {
	display: none;
}

.post-item .col-inner .plain .box .post-title {
	color: #000;
	font-size: 18px;
	margin: 8px 0;
}

.post-item .col-inner .plain .box .from_the_blog_excerpt {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
	text-align: justify;
}

.post-item .col-inner .plain .box .box-text {
	position: unset;
	padding-bottom: 35px;
}

.post-item .col-inner .plain .box .box-text .button {
	position: absolute;
    left: 0;
    bottom: 0;
	font-size: 14px;
    color: #DC1E3A;
    text-transform: none;
}

.post-item .col-inner .plain .box .box-text .button::after {
    content: '';
    display: block;
    width: 13px;
    height: 8px;
    background-image: url(https://tiembuon.com/wp-content/uploads/2024/02/Arrow-1.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 13px;
    left: 70px;
}

.top-post-loop {
	display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: rgba(101, 106, 123, 1);
}

.top-col-footer .col-inner {
	background: linear-gradient(108.46deg, #ff2222 0%, #0d03c3 135.01%);
	border-top-left-radius: 90px;
	border-bottom-right-radius: 90px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
	padding: 30px;
	text-align: center;
}

.top-col-footer .footer-title {
	color: #fff;
    font-size: 44px;
    max-width: 1000px;
}

#footer {
	background: #000;
}

.top-col-footer {
	margin-top: -120px;
}

.row-footer-bottom ul {
	list-style: none;
    color: #fff;
}

.row-footer-bottom ul li {
	margin-left: 0;
}

.row-footer-bottom ul li:first-child {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.row-footer-bottom ul li a {
	color: #fff;
}

.absolute-footer  {
	border-top: 1px solid #808080;
}

#show-contact {
	border-radius: 8px;
}

#show-contact h1 {
	background: linear-gradient(108.46deg, #ff2222 0%, #0d03c3 92.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

#show-contact .wpcf7-submit {
	    background: linear-gradient(108.46deg, #ff2222 0%, #0d03c3 92.01%);
    color: #fff;
    border-radius: 99px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#logo {
		display: none;
	}
	
	.main-button {
		font-size: 16px;
	}
	
	.main-title {
		font-size: 20px;
	}
	
	.home-intro .gap-element{
		padding-top: 60px !important;
	}
	
	.home-intro h1 {
		font-size: 32px;
	}
	
	.home-intro p {
		font-size: 16px;
	}
	
	.home-intro .main-button {
		margin-top: 20px;
	}
	
	.home-intro-bg {
		margin-top: -120px;
	}
	
	.home-service-bottom .tab {
		border-radius: unset;
    	width: 50%;
		display: flex;
		align-items: center;
		height: unset;
	}
	
	.home-service-bottom .tab img {
		width: 30px; 
		height: 30px;
	}
	
	.home-service-bottom .tab-panels .row .col.medium-5 {
		display: none;
	}
	
	.home-service-bottom .col-content {
		padding-top: 0;
    	padding-right: 40px;
	}
	
	.home-down {
		background: linear-gradient(108.21deg, #FF2222 0%, #0D03C3 97.89%);
	}
	
	.home-down .section-bg.bg-loaded {
		display: none;
	}
	
	.home-down p.top {
		font-size: 20px;
		padding: 5px 20px;
        height: 54px;
	}
	
	.home-down p.top::after {
		right: -23px;
		border-top: 27px solid transparent;
		border-bottom: 27px solid transparent;
		border-left: 24px solid rgba(255, 255, 255, 25%);
	}
	
	.home-down p.top img {
		width: 150px;
    	left: 110%;
	}
	
	.home-down h2 {
		font-size: 38px;
		line-height: 1;
	}
	
	.home-down h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
    .home-down .main-button {
        margin: 25px auto;
        display: block;
        width: fit-content;
    }
	
	.home-down .gap-element {
		padding-top: 80px !important;
	}
	
	.home-faq .gap-element:last-child{
		padding-top: 60px !important;
	}
	
	.top-col-footer .footer-title {
		font-size: 22px;
	}
	
	.introduce-banner h3 {
		font-size: 22px;
	}
	
	.introduce-banner h1 {
		font-size: 30px;
		line-height: 1.4;
		margin-top: 0;
	}
	
	.introduce-partner .main-title {
		padding: 0 15px;
	}
}

/* Utilities */
.mt-0 {
	margin-top: 0rem !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mr-0 {
	margin-right: 0rem !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}
.mr-4 {
	margin-right: 1.5rem !important;
}
.mr-5 {
	margin-right: 3rem !important;
}
.mb-0 {
	margin-bottom: 0rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.ml-0 {
	margin-left: 0rem !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.ml-3 {
	margin-left: 1rem !important;
}
.ml-4 {
	margin-left: 1.5rem !important;
}
.ml-5 {
	margin-left: 3rem !important;
}
/* global */
#top-link {
	background: #00d490;
    color: #feffff;
}
.index-10 {
	z-index: 10;
}

/* homepage */
.msg-connect {
	margin-top: -185px;
}
.bg-color-main {
	background-color: #f9fffd;
}
.bg-no-color {
	background-color: transparent !important;
}
.bg-home-gradient {
	background-image: -moz-linear-gradient(0deg,#085ed5 0%,#4ca6e7 100%);
    background-image: -webkit-linear-gradient(0deg,#085ed5 0%,#4ca6e7 100%);
    background-image: -ms-linear-gradient(0deg,#085ed5 0%,#4ca6e7 100%);
	border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.txt-connect h2 {
	font-size: 38px;
    font-weight: bold;
    color: #fff;
	line-height: 1.2;
}
.block-manager {
	border-radius: 0 25px 25px 0;
	padding: 5px 0 5px 15px;
}
.block-manager h3{
	margin-bottom: 0px;
}
.block-manager.one {
	background-color: #146bd8;
}
.block-manager.two {
	background-color: #ff743f;
}
.block-manager.three {
	background-color: #0fb96f;
}
.block-manager.four {
	background-color: #5468d8;
}

.block-report {
	padding-bottom: 70px !important;
}
.qa-block .accordion-title{
	border: none;
}
.qa-block .accordion-item {
	border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 10.595px 5.634px 31.85px 3.15px rgb(34 46 117 / 8%);
	margin-bottom: 10px;
}
.qa-block .accordion-title.active {
	color: #1a60d4;
	background-color: unset;
}

.btn-register {
	height: 74px;
    line-height: 74px;
    padding: 0 60px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    background-image: -moz-linear-gradient(0deg,#0fd186 0%,#35d899 100%);
    background-image: -webkit-linear-gradient(0deg,#0fd186 0%,#35d899 100%);
    background-image: -ms-linear-gradient(0deg,#0fd186 0%,#35d899 100%);
    box-shadow: 0 0 40px 0rgba(18,160,105,.22);
}

/* footer */
.footer-register {
	padding-top: 0px;
    padding-bottom: 0px;
}
.ft-register {
	background-image: -moz-linear-gradient(0deg,#085ed5 0%,#4ca6e7 100%);
    background-image: -webkit-linear-gradient(0deg,#085ed5 0%,#4ca6e7 100%);
    background-image: -ms-linear-gradient(0deg,#085ed5 0%,#4ca6e7 100%);
	border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
	padding: 10px 15px;
}
.footer.footer-widgets.footer-1 {
	color: #ffffff;
}
.footer .widget>ul>li+li,.footer ul.menu>li+li {
	border: none;
}
.footer.footer-widgets.footer-1 .widget-title {
	color: #d1d3d6;
    font-size: 15px;
    font-weight: 500;
}
.footer.footer-widgets.footer-1 a {
	color: #7d8492;
}
.is-divider.small {
	display: none;
}

/* about-us */
.intro-head {
	padding-bottom: 0px !important;
}
.intro-head .col-inner h5{
	font-weight: normal;
}
.intro-banner {
	position: relative;
	top: 150px;
	margin-top: -150px;
}
.intro-banner, .intro-banner .banner-bg{
	border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
}

.intro-banner .text-box-content p {
	text-align: justify;
}

.item-reason .icon-box-text p {
	text-align: justify;
} 
.item-reason {
	box-shadow: 0 20px 50px 0 rgba(9,76,169,.08);
	position: relative;
	z-index: 1;
    min-height: 412px;
    overflow: hidden;
	padding: 30px;
	padding-top: 55px;
}
.item-reason:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 486px;
    height: 233px;
    z-index: 3;
    top: -140px;
    left: -75px;
}
.item-reason > div {
	z-index: 4;
}

.item-reason.one {
	border-top-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 0;
}
.item-reason.one:before {
	background-color: #f1f7ff;
}
.item-reason.two {
	border-top-left-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 40px;
}
.item-reason.two:before {
	background-color: #fff4ef;
}
.item-reason.three {
	border-top-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 0;
}
.item-reason.three:before {
	background-color: #ebfff6;
}

.mfp-content #main-menu {
	height: 100%;
	background: #000;
}

.off-canvas:not(.off-canvas-center) li.html {
	max-width: 150px;
    padding: 0;
}

.nav-sidebar.nav-vertical>li+li {
	border: none;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	color: #fff;
	display: flex;
    justify-content: center;
    padding-left: 0;
}

@media only screen and (max-width: 110em) {
/*************** ADD TABLET ONLY CSS HERE  ***************/
	.btn-register {
		padding: 0 36px;
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}
	.block-report {
		background: rgb(71,156,225);
		background: linear-gradient(180deg, rgba(71,156,225,1) 0%, rgba(33,107,215,1) 100%);
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.btn-register {
		padding: 0 15px;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.block-report {
		background: rgb(71,156,225);
		background: linear-gradient(180deg, rgba(71,156,225,1) 0%, rgba(33,107,215,1) 100%);
	}
}

