/*Controllers*/
.cb.plain {
	display: none;
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}
.global-danger {
	display: none;
}

/***Main CSS***/
body, html {
	height: auto;
}
body {
	background-color:#FFF;
	font-family: "calibri", sans-serif;
	margin: 0;
}
html {
	background: #000;
}
.body {
	padding: 80px 0;
}

.frame {
	width: 1300px;
	padding: 0;
}
.small-frame {
	width: 1000px;
	margin: 0 auto;
}
a:not([class]) {
    color: #000;
}
a {
	text-decoration: none !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
	font-family:"Calibri", 'Futura PT', sans-serif;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}
h2,.h2 {
	font-size: 42px;
	line-height: 42px;
	color: #1A1818;
}
h3,.h3 {
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #D32220;
}
h4,.h4 {
	color: #D32220;
}

.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}
/*ICON LIST*/
.icon-list {
	list-style: none;
	text-align: left;
}
.icon-list li {
	color: #fff;
	display: inline-block;
	background-color:rgba(53,0,0,0.25);
	vertical-align:middle;
	border-radius:4px;
	padding:4px 4px 4px 2px;
}
.icon-list li .fa-icon,
.icon-list li .icon-text {
	display: table-cell;
	vertical-align: top;
	animation: icon-flash 5s ease-out infinite;
	vertical-align: middle;
	font-size: 12px;
	width: 100%;
}
.icon-list li .icon-text > a {
	color: #FFF;
}
.icon-list li .fa-icon {
	padding: 2px 6px;
	vertical-align: middle;
	width: auto;
}
.icon-list li .icon-text  {
	padding: 1px 6px 3px;
}


.icon-list.il-basic li .fa-icon,
.icon-list.il-basic li .icon-text {
	animation: none;
	color: rgba(255,255,255,0.9);
}
.icon-list.il-basic li .fa-icon i {
	transform: scale(1.2);
}

.icon-list.il-basic li:hover .fa-icon,
.icon-list.il-basic li:hover .icon-text {
	color:#fff;
}
.icon-list.il-basic li:hover .fa-icon i {
	font-weight: 600;
}

/*Header*/
.navigation {
	border: none;
}
.logo {
	display: inline-block;
	height: 140px;
	width: 100%;
	max-width: 200px;
	min-width: 200px;
	background-position: left;
	margin: 0 0 -40px;
	position: relative;
	left: -13px;
	z-index: 99999;
}
.site-logo {
	background-image: url(images/logo.svg);
}

.header {
	top: -1px;
	padding: 0px 0;
	position: sticky;
	background: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.05), 0 2px 20px rgba(0,0,0,0.05);
	z-index: 99999;
}
.header .logo-wrap {
	text-align: left;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}

/* Global Header */
.global-contact {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-family: "calibri", 'proxima-nova', sans-serif;
	background: linear-gradient(to right, #F93045, #CE081A);
	padding: 3px 3px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
}
.global-contact a {
	color: #FFF !important;
}
.global-contact p {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.5px;
	color: rgba(0,0,0,0.5);
}
.global-contact p a:not([class]) svg {
	margin-bottom: -4px;
}
.global-contact p a:not([class]) {
	opacity: 0.5;
	color: #fff;
}
.global-contact p a:not([class]):hover {
	opacity: 1;
	text-decoration: none;
}

.global-contact .contact .icon-list ul li{
	font-size: 13px;
	padding: 6px 6px;
	width: 27px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.20);
	vertical-align: middle;
	margin: 0 1px;
}
.global-contact .contact .icon-list ul > li{
	display: inline-block;
}
.global-contact .contact p.top-links a span.fas {
	border-right: 2px solid #000;
}


.global-contact p.gc-social {
	display: inline-block;
}
.global-contact p.gc-social a {
	display: inline-block;
	font-size: 13px;
	padding: 6px 3px;
	width: 27px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.20);
	vertical-align: middle;
	margin: 0 1px;
}
.global-contact .col.contact i fab{
	    display: inline-block;
    font-size: 13px;
    padding: 6px 3px;
    width: 27px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.20);
    vertical-align: middle;
    margin: 0 1px;
}
.global-contact p.gc-social a:hover {
	color: #DE2F26;
	background-color: #fff;
}
.global-contact p.gc-social a i::before {
	font-weight: 300;
}

.global-contact p.gc-social a.h-alt {
	width: auto;
	padding: 4px 8px 7px;
}
.global-contact p.gc-social a.h-alt span {
	font-size: 11px;
	margin-left: 2px;
}

.global-contact form {
	position: relative;
	width: 100%;
	max-width: 200px;
	vertical-align: middle;
	display: inline-block;
}
.global-contact form input {
	font-size: 17px;
	font-weight: 500;
	margin-left: 1px;
	padding: 3px 8px 4px;
	background-color: rgba(0,0,0,0.2);
	font-family: 'calibri', sans-serif;
	border-radius: 2px;
	border: none;
	color: #fff;
}
.global-contact form button {
	position: absolute;
	right: -1px;
	top: -1px;
	padding: 5px 10px;
	background:none;
	color: #F7A8A8;
	transition: all 0.2s;
	font-size: 13px;
}
.global-contact form input:hover,
.global-contact form input:active,
.global-contact form input:focus {background-color: rgba(255,255,255,0.95); color: #111;}
.global-contact form button:hover {}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding:0;
}
.banner .slide .slide-inner {
	background: linear-gradient(90deg, rgba(170,39,39,0.95), rgba(223,39,57,0.95) 50%, transparent 50.02%, transparent) !important;
/*	background-image: url(images/icons/icon-fade.svg);
*/	background-position: left 5% bottom 30%;
	background-repeat: no-repeat;
	background-size: auto 250%;
	color: #FFF;
	padding:80px 0;
	font-family: "calibri", sans-serif;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	position: static;
}
.banner .slide > img {
	width: 100%;
	vertical-align: top;
	display: none;
}
.banner .frame {
	padding:0;
}
.banner .banner-content {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	padding-bottom: 70px;
	text-align: left;	
	width: 40%;
}

.banner h3,
.banner .h3 {
	font-weight:700;
	text-transform: uppercase;
	/*color: rgba(0,0,0,0.6) !important;*/
	letter-spacing: 2px;
}
.banner .banner-content p {
	margin-bottom: 20px;
	color: #fff;
}
.banner .banner-content h1 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: 700;
}

.banner .banner-content a {
	padding: 8px 20px 11px 25px;
	display: inline-block;
	border-radius: 25px 0 0 25px;
	background-color: rgba(0,0,0,0.6);
	font-family: "calibri", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}
.banner .banner-content a:nth-child(2) {
	border-radius: 0 25px 25px 0;
	padding: 8px 25px 11px 20px;
	background-color: rgba(255,255,255,0.95);
	color: #D11D2E;
}
.banner .banner-content a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}


.banner .slide .slide-inner {
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Section Franchise assessment*/
.section-assessment {
	border-top: 2px solid #eee;
	padding: 100px 0 120px !important;
}
.section-assessment .row-assessment .pb-column {
	position: relative;
	z-index: 1;
}
.section-assessment .row-assessment .pb-column::after {
	position: absolute;
	content: "";
	top: 25px;
	left: 40px;
	right: 40px;
	bottom: 25px;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(.11, .29, .25, 1) 0s;
	background: linear-gradient(to right, #F93045, #CE081A);
}
.section-assessment .row-assessment .pb-column:hover::after {
	top: 13px;
	left: 28px;
	right: 28px;
	bottom: 13px;
	border-radius: 15px;
}

.section-assessment .pb-row:first-child h2 {
	color: #666;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "europa", sans-serif;
}

.section-assessment .col {
	box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 3px 20px rgba(0,0,0,0.1);
	transition: all 0.2 ease-out;
	background-color: #fff;
	min-height: 392px;
	border-radius: 10px;
	position: relative;
	padding: 50px;
	margin: 20px;
	z-index: 2;
}
.section-assessment .col:hover {
	box-shadow: 0 0 10px rgba(161,226,255,0.5);
}
.section-assessment .row-assessment .col p{
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: 200;
	color: #726e6b;
}
.section-assessment .row-assessment .col h2{
	transition: all 0.3s cubic-bezier(.11, .29, .25, 1) 0s;
	line-height: 28px;
	text-align: left;
	font-size: 26px;
	color: #726e6b;
}

.section-assessment .col.first {
	background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/backgrounds/search.svg");
	background-repeat: no-repeat;
	background-position: right -75px bottom -100px;
	background-size: 400px;
}
.section-assessment .col.second {
	background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/backgrounds/file.svg");
	background-repeat: no-repeat;
	background-position: right -75px bottom -100px;
	background-size: 400px;
}
.section-assessment .col.third {
	background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/backgrounds/rocket.svg");
	background-repeat: no-repeat;
	background-position: left -50px bottom -75px;
	background-size: 350px;
}

/*SVG / PATH ELEMENTS*/
.fill-white {
	fill:#fff;
}

/*Home Form*/
.home-contact .frame {
	width: 100%;
	max-width: 1000px;
}
.home-contact h2 {
	background: linear-gradient(-45deg, #bbb, #888, #bbb, #888, #bbb);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}
.home-contact .pb-block-type-form h2 {
	display: none;
}

/* Footer */
.footer {
	background-color:#222 !important;
	background-image: url(images/icons/icon-fade.svg);
	background-position: left bottom 30%;
	background-repeat: no-repeat;
	background-size: auto 250%;
	color: #FFF;
	padding:80px 0;
	border-top: 1px solid #9e46ab;
	font-family: "calibri", sans-serif;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.footer .foot-main,
.footer .foot-link {
	width: 50%;	
}

.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
}
.footer .foot-menu > li a {
	padding: 3px 0 10px;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 16px;
	color: #888;
}
.footer .foot-menu > li a b {
	color: #D11D2E;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}

.social-footer {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.social-footer li {
	display: inline-block;
	list-style: none;
	margin: 1px;
}
.social-footer li a {
	display: block;
	border:2px solid #fff;
	color: #fff;
	font-size: 18px;
	padding: 7px 8px 6px;
	border-radius: 10px;
	box-shadow: inset 0 0 0 0.0001px #fff;
	transition: background inset 200ms;
}
.social-footer li a:hover {
	background: #fff;
	color: #D11D2E;
}

.foot-link p {
	text-align: right;
	margin: 0;
}
.foot-link img {
	max-width: 230px;
	vertical-align: middle;
}
.foot-link p a {
	display: table;
	border: 2px solid #DE2F26;
	border-radius: 2px;
	padding: 10px 20px;
	color: #DE2F26;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 0 10px auto;
	text-align: center;
	width: 260px;
}
.foot-link p a svg {
	height: 25px; 
	vertical-align: middle; 
	margin-top: -4px;
	margin-left: -5px;
	margin-right: 4px;
}
.foot-link p a svg path {
	fill:#DE2F26; 
	transition: all 0.2s;
}

.foot-link p a:hover {
	text-decoration: none;
	background-color: #DE2F26;
	color: #fff;
}
.foot-link p a:nth-child(2) {
	border-color: #26A6BA;
	color: #26A6BA;
}
.foot-link p a:nth-child(2) svg path {
	fill:#26A6BA; 
}
.foot-link p a:nth-child(2):hover {
	background-color: #26A6BA;
	color: #fff;
}
.foot-link p a:hover svg path {fill:#fff;}

/* Video Wrapper */
.pb-row.row.video-wrapper  {
	padding-top:40px;
}
.pb-row.row.video-wrapper .pb-block {
	padding-left: 20px;
	padding-right: 20px;
}

/*Mobile Contact*/
.mobile-action-menu {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 9999;
	border-top: 2px solid #F8F8F8
}
.mobile-action-menu ul {
	display: table;
	width: 100%;
	vertical-align: middle
}
.mobile-action-menu ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.mobile-action-menu ul li a {
	padding: 15px 5px;
	display: block;
	font-size: 26px;
	background: linear-gradient(#FFF, #EEE);
	transition: all .5s ease-in-out 0s;
	text-decoration: none;
	color:#FF4040;
}
.mobile-action-menu ul li a:hover {
	background: linear-gradient(#EEE, #DDD);
	text-decoration: none;
}

/*Copyright*/
.copyright {
	color: #ddd;
	text-align: left;
	padding: 15px 0;
	background-color:#000 !important;
	border-bottom: none;
	font-family: "calibri", sans-serif;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}
.copyright img {
	vertical-align: middle;
	display: inline-block;
	height: 45px;
}
.copyright p {
	line-height: 14px;
	display: inline-block;
	padding-left: 25px;
	vertical-align: middle;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff!important;
}
.copyright a {
	color: #fff;
	font-size: 10px;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

/*Page Head*/
.pagehead {
	/*height: 60vh;
	min-height: 300px;*/
	width: 100%;
	text-align: center;
	box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.2);
	background-position: center;
	background-size: cover;
	position: relative;
}
.pagehead .frame {
}
.pagehead h1 {
	color: #fff;
	line-height: 54px;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 6px;
	/*
	position: absolute;
	max-width: 1000px;*/
}
.pagehead h1 b {
	color: #560400;
}
.pagehead h1::before {
	content: "";
	position: absolute;
	bottom: -20px;
	top: -15px;
	width: 100%;
	left: 50%;
	max-width: 180px;
	transform: translateX(-50%);
}
.pagehead .pb-block-type-text.pb-block {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.pagehead .pb-block-type-text.pb-block .pb-block-content {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 60vh;
	min-height: 300px;
}

.pagehead.ph-executive {background-image: url(images/backgrounds/bg-executive.jpg);}
.pagehead.ph-supply {background-image: url(images/backgrounds/bg-supply.jpg); box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.4);}
.pagehead.ph-service {background-image: url(images/backgrounds/bg-service.jpg); box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.4);}
.pagehead.ph-contact {background-image: url(/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/backgrounds/tmc-contact.jpg); box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.4);}
.pagehead.ph-about {background-image: url(/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/backgrounds/tmc-franchise.jpg); box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.4);}
.pagehead.ph-why-franchise {background-image: url(/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/backgrounds/bg-puzzle-pieces.jpg); box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.4);}
.pagehead.ph-franchise {background-image: url(/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/backgrounds/business-puzzle.jpg); box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.4);}
.pagehead.ph-process {background-image: url(/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/backgrounds/bg-arrow.jpg); box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.4);}


/*Intro Box / Service Box*/
.section-intro .frame {
	padding: 0;
}

}
.intro-col {
	position: relative;
	margin-top: -65px !important;
	z-index: 11;
	background: #fff;
	padding: 50px !important;
	-webkit-box-shadow: 0px -45px 55px -22px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -45px 55px -22px rgba(0,0,0,0.75);
	box-shadow: 0px -45px 55px -22px rgba(0,0,0,0.75);
}
.intro-col .frame {
	position: relative;
	margin-top: -80px;
	margin-bottom: 30px;
	z-index: 10;
}
.intro-col .frame::after,
.intro-col .frame::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	right: -10px;
	bottom: 10%;
	border-radius: 10px 10px 0 0;
	background:linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0));
	filter: blur(20px);
	z-index: 10;
}
.intro-col .frame::before{
	top: 5px;
	left: -3px;
	right: -3px;
	filter: blur(5px);
}
.intro-col .pb-container{
	position: relative;
	z-index: 11;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
}

.intro-col .pb-row{
	margin:0px;
	padding: 0 30px;
}
.intro-col .pb-column{
	padding: 60px ;
}
.intro-col.franchise .pb-column{
	padding: 0px ;
}
.intro-col .pb-column:first-child {
	border-right: 2px solid #eee;
	border-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)) 1 100%;
}
.intro-col.franchise .pb-column:first-child {
	border-right: none;
	border-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)) 1 100%;
}
.intro-col .pb-column:nth-child(2) {padding-right: 20px !important;}
.intro-col .pb-column:nth-child(3) {padding-left: 20px !important;}
.intro-col.franchise .pb-column:nth-child(2) {padding-right: 0 !important ;}
.intro-col.franchise .pb-column:nth-child(3) {padding-left: 0 !important;}

.intro-col.process .pb-column{
	padding: 0px ;
}

.intro-col.process .pb-column:first-child {
	border-right: none;
	border-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)) 1 100%;
}

.intro-col.process .pb-column:nth-child(2) {padding-right: 0 !important ;}
.intro-col.process .pb-column:nth-child(3) {padding-left: 0 !important;}

.intro-col .intro-image .pb-block-content {
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.intro-col .intro-image .pb-block-content::after {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border: 2px solid #fff;
	background-color: #ddd;
	transition: all 0.3s cubic-bezier(.09, .33, .25, 1) 0s;
	border-radius: 10px;
}
.intro-col .intro-image .pb-block-content img {
	border-radius: 6px;
	position: relative;
	z-index: 2;
}
.intro-col .intro-image .pb-block-content:hover::after {
	top: -10px;
	background-color: #fff;
	border-color: #ddd;
}

.intro-col .intro-text {
	text-align: center;
}
.intro-col .intro-text h4 {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 18px;
	margin-bottom: 10px;
}
.intro-col .intro-text p {
	font-size: 13px;
	line-height: 15px;
	color: #888;
	font-weight: 200;
}

.intro-col h1,
.intro-col .h1{
	font-size: 42px;
    line-height: 35px;
	font-weight: 600;
	background: linear-gradient(-45deg, #bbb, #888, #bbb, #888, #bbb);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
	padding-bottom: 25px;
}
.intro-col .h2,
.intro-col .h3{
	font-size: 28px;
}
.intro-col .h2{
	font-weight: 400;
}
.intro-col .h3{
	font-weight: 500;
}
.intro-col p {
	font-size: 16px;
	font-weight: 200;
	line-height: 26px;
	color: #726E6B;
}
.intro-col .button{
	background-color: #B80017;
}

/*Service Block*/
.ser-block .col {
	padding: 20px;
	text-align: center;
}
.ser-block .col h3 {
	margin:35px 0 10px;
	color: #1A1818;
}

.ser-block .ser-image {
	position: relative;
}
.ser-block .ser-image::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background-color: #eee;
	transition: all 0.2s ease 0s;
	z-index: 11;
}
.ser-block .ser-image:hover::after {
	top: -10px;
	background-color: #DE2F26;
}
.ser-block .ser-image img {
	width: 100%;
	vertical-align: top;
	position: relative;
	z-index: 12;
}

/*Intro Link*/
.intro-links,
.intro-links * { transition: all 0.2s;}

.intro-links {border-bottom: 2px solid #E3E4E7; padding: 0 5px;}
.intro-links .frame {padding: 0 0px !important;}
.intro-links p {margin: 0; display: table; width: 100%;}
.intro-links p a {
	width: 49.5%;
	/*float: left;*/
	color: #A3A5AA;
	letter-spacing: 1px;
	display: inline-block;
	border: 2px solid #E3E4E7;
	background-color: #E3E4E7;
	text-transform: uppercase;
	font-family: "calibri", sans-serif;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	position: relative;
	text-align: center;
	padding: 9px 10px 11px;
	font-size: 14px;
	bottom: -2px;
}
.intro-links p a:nth-child(2) {
	background-color: #fff;
	float: right;
	display:inline-block;
}
/*.intro-links:hover,
.intro-links:hover p a {
	border-color: #DE2F26;
	background-color: #fff;
}
.intro-links p a:hover {
	text-decoration: none;
	background-color: #DE2F26 !important;
	color: #fff;
}*/

.intro-links.il-single {margin-top: 20px;}
.intro-links.il-single p a {
	float: none;
	width: 45%;
	min-width: 180px;
	position: relative;
	background-color: #fff;
	display: table;
	margin: 0 auto;
}
.intro-links.il-single p a:hover {
	text-decoration: none;
	color: #DE2F26;
}

.intro-links.il-overlap {
	margin-top: -44px;
}

/*FORM*/
.form_table {
	padding:10px;
	margin:1em 0;
	background:#FFF;
	background-repeat:repeat;
}
.form_table hr {
	margin:20px 0;
}
.form_table.w600 {
	width:600px;
}
.form_box {
	padding:3px;
	background-color:#F1F1F1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#068ed0
}
.form-block {
	overflow:hidden;
	display:block;
}
.form-block.style {
	border:none;
}
.field-checkbox {
	min-height:42px;
}
.form-block .field {
	float: left;
	width:unset !important;
	box-sizing:border-box;
	display: inline-block;
}
.form-block .field-group-1 input.input-1,
.form-block .field-group-2 input.input-2,
.form-block .field-group-3 input.input-3,
.form-block .submit {
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 3px;
	width: 100%;
	
}
.section-newsub form {
	display: table;
	width: 100%;
}
.form-block .field-group-1 input.input-1,
.form-block .field-group-2 input.input-2,
.form-block .field-group-3 input.input-3{
	font-size: 18px;
	border-radius: 2px;
	padding: 13px 15px;
	vertical-align: top;
	font-family: "calibri", sans-serif;
	display: inline-block;
	box-sizing: border-box;
	background-color: #F5F5F4;
	border: 1px solid #E7E6E3;
	line-height: 20px;
	font-weight: 400;
	color: #4D4C4B;
	margin: 5px 0;
}
.form-block.float .field.field-group-1 {
	width: 49% !important;
	margin-right: 5px;
}
.form-block.float .field.field-group-2 {
	width: 50% !important;
}
.form-block.float .field.field-group-3 {
	width: 75% !important;
}
.form-block.float .field.submit {
	width: 25%;
}
.form-block.single .field.submit {
	width: 100%;
}
.form-block .field-group-1 input.input-1{width: 100% !important;}
.form-block .field-group-2 input.input-2{width: 100% !important;}
.form-block .field-group-3 input.input-3{width: 100% !important;}
.form-block input.submit {width: 100% !important;}

.form-block .field label {
	font-weight:300;
	color:#999;
}
.form-block .field label em {
	font-weight:800;
	color:#F00;
	font-style: normal;
	font-size: 14px;
}
.form-block .field.wauto {
	width:auto;
}
.form-block .field.full {
	width:100%;
	float:none;
}
.form-block.filter .field {
	min-height:0;
	display:inline-block;
	width:auto;
}
.form-block.filter .field select {
	display:inline-block;
	width:auto;
	border-radius:5px;
}
.form-block.filter .field label {
	display:inline-block;
	font-size:14px;
}
.form-block .value {
	font-weight:800;
	margin:15px 0 0;
}
.form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea {
	display:block;
}
.form-block .field label.inline, .form-block .field input[type="radio"], .form-block .field input[type="checkbox"] {
	display:inline-block;	
}
.form-block .field.textarea {
	width:100%;	
}
.form-block .field.single,
.form-block.single .field {
    box-sizing: border-box;

    width: 100% !important;
	margin-bottom: 10px;
}
.form-block.float .field {
	display:inline-block;
	vertical-align: bottom;
	float: none;
}
.form-block .field.w100 {
	width: 100%;
}
.form-block .field.w50 {
	width: 50%;
}
.form-block .field.w25 {
	width: 25%;
}
.form-block .field.w75 {
	width: 75%;
}
.form-block .field.w33 {
	width: 33.33%;
}
.form-block .field.w66 {
	width: 66.66%;
}
.field.submit {
	width:100%;
}
.form_spacer {
	margin:0;
	padding:0;
	height:15px;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
#form_radio {
	margin-top:5px;
	padding:5px;
	background-color:#DDD;
	font-size:14px;
}
.form_subcaption {
	background-color:#EEE;
	border:1px solid #EEE;
	padding:10px;
	margin-top:10px;
	font-size:14px;
	font-weight:600;
}
input,select,textarea {
	font-family:'Open Sans',sans-serif;
	transition:all 0.2s ease-in-out 0s;
	font-weight:200;
	font-size:14px;
}
.form-block .submit {
	padding: 5px 2px 5px 5px;	
}
input[type="submit"],
button {
	font-weight: 300;
	font-size: 15px;
	border-radius: 2px;
	padding: 14px 15px;
	border-radius: 3px;
	vertical-align: top;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "calibri", sans-serif;
	display: inline-block;
	background-color: #D11D2E;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	width: 100%;
}
input[type="submit"]:hover,
input[type="submit"].bt-grey:hover,
button.bt-grey:hover,
button:hover {
	border-radius: 3px !important;
    background-color: #B10616 !important;
}
input[type="submit"]:active,
button:active {
	box-shadow:inset 0 -5px 0 rgba(0,0,0,0.2);
	transition:all 0s ease-in-out 0s;
	position:relative;
	top:1px;
}
input[type="submit"]:disabled,
button.disabled {
	background-color:#AAA;
	border:1px solid #999;
	color:#777;
}
.feild .submit button{
	width: 100%;
}
.sidebox input[type="submit"] {
	width:100%;
	box-sizing:border-box;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color:#D71E2F;
	color:#000;
}
input[type="text"],input[type="number"],input[type="password"],textarea,select {
	width: 100%;
    font-size: 18px;
    border-radius: 2px;
    padding: 13px 20px;
    font-family: "europa", sans-serif;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    background-color: #F5F5F4;
    border: 1px solid #E7E6E3;
    line-height: 20px;
    font-weight: 400;
    color: #4D4C4B;
    margin-bottom: 20px;
}
select {
	width:100%;
	padding:7px 5px !important; 
}
.form-block .field-data { /*field data*/
	background-color:#F5F5F5;
	border-radius:5px;
	padding:15px 10px;
}
.form-block.cbox .field-data {
	width:230px;
}
.form-block .field-data h6 {
	font-size:14px;
	color:#068ed0;
	border-bottom:1px solid #CCC;
	margin-bottom:7px;
	padding-bottom:7px;
}

/*Form Override*/
.form-home-contact .form-block {
	overflow: visible;
}
.form-home-contact .field label {
	display: none;
}
.form-home-contact .field {
	margin-bottom: 0px !important;
	position: relative;
}
.form-home-contact .form-block.float .field.field-group-3,
.form-home-contact .form-block.float .field.submit {
	width: 100% !important;
	padding: 0 2px 0 0 ;
}

.form-home-contact .form-block.float .field.field-group-2::after,
.form-home-contact .form-block.float .field.field-group-3::after {
	content: "*";
	position: absolute;
	left: -5px;
	top: 0px;
	padding: 3px 5px 0px ;
	font-size: 16px;
	line-height: 16px;
	background-color: #F5F5F4;
	vertical-align: top;
	color: #c00;
	border-radius: 100%;
	
}
.form-home-contact .form-block.float .field.submit button {
	margin-top: 5px;
}

/*About Section*/
.section-default {
	padding: 80px 0;
}
.section-about {
	background-image: url(images/icons/cogs.svg);
	background-position: left -10% top 30%;
	background-size: auto 130%;
	background-repeat: no-repeat;
}

.section-about .pb-block-type-image img {
	border-radius: 100%;
	transform: scale(0.9);
	box-shadow: 0 4px 4px rgba(0,0,0,0.05), 0 8px 30px rgba(0,0,0,0.1);
}
.section-about .pb-block-type-text {
	padding-left: 40px;
}
.section-about .pb-block-type-text h2 {
	background: linear-gradient(-45deg, #bbb, #888, #bbb, #888, #bbb);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.section-about .pb-block-type-text p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 200;
	color: #726e6b;
}
.section-video {
	padding: 120px !important;
	background: 
		url(/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/backgrounds/bg-lightbulb.svg) right -20% center / 1000px auto no-repeat, 
		linear-gradient(to right, #B82828, #E1283A)
	;
}
.post-image iframe {
	max-height: 275px;
}
.post-image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.post-image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.post-body {
	min-height:150px;
	text-align: center;
	background-color:#fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 28px 30px;
	margin-top: -6px;
	position: relative;
}
.post-body h2::after {
	content: "\f04b";
	font-weight: 800;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	line-height: 16px;
	border: 5px solid #fff;
	background-color: #c00;
	color: #fff;
	border-radius: 100%;
	padding: 11px 10px 11px 13px;
	top: -22px;
	right: 22px;
	position: absolute;
	transition: all 0.1s;
}
.post-body h2:hover::after {
	background-color: #fff;
	color: #c00;
}

.post-body p{
	font-weight: 200;
	font-size: 15px;
	color: #aaa;
	text-align: left;
	letter-spacing: 0.5px;
	margin: 0;
}
.post-body h2{
	font-weight: 600;
	font-size: 24px;
	color: #726E6B;
	text-align: left;
	line-height: 23px;	
	margin: 0 0 5px;
	
}
.post-body h1{
	min-height:58px;
	text-align: center;
	color:#fff;
	font-weight: 200;
	font-size: 26px;
	line-height: 28px;
	
}

.coltable.padcol {
	padding: 20px;
}
.coltable.padcol .col {
	padding: 0 50px;
}

.circle-image {
	width: 100%;
	vertical-align: top;
	border-radius: 100%;
	border: 2px solid #D0CDC8;
}

/*Post Override*/
.post-item .post-image {
    height: 300px;
}
.post-item .post-image.date-label .date {
    z-index: 2;
}
.post-item .post-image img.feature-image {
    object-fit: cover;
    font-family: "object-fit: cover";
    left: 50%;
    max-height: 100%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100.5%;
    z-index: 1;
}
.post-item .post-body {
    z-index: 3;
}

/*SECTION NEWS SUB*/
.section-newsub h2{
	margin-bottom: 5px;
	letter-spacing: -1px;
}
.section-newsub .coltable .col:last-child {
	padding-left: 40px;
} 

.section-newsub p {
	font-size:14px;
	line-height: 16px;
}
.section-newsub form {
	display: table;
	width: 100%;
}
.section-newsub form input {
	width: 100%;
	font-size: 18px;
	border-radius: 2px;
	padding: 13px 20px;
	font-family: "calibri", sans-serif;
	
	float: left;
	display: inline-block;
	box-sizing: border-box;
	background-color: #F5F5F4;
	border: 1px solid #E7E6E3;
	line-height: 20px;
	font-weight: 400;
	color: #4D4C4B;
}
.section-newsub form button {
	width: 100%;
	border-radius: 2px;
	font-size: 16px;
	padding: 14px 20px;
	font-family: "calibri", sans-serif;
	
	float: left;
	display: inline-block;
	box-sizing: border-box;
	text-transform: uppercase;
	background: linear-gradient(to right, #D9F2FF, #A1E2FF);
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: 700;
}

.section-newsub form button:hover {
	transition: all 0.2s;
	box-shadow: inset 200px 0 0 0.0001px #A1E2FF;
}
.section-newsub form input:hover,
.section-newsub form input:active,
.section-newsub form input:focus{
	border-color: #A1E2FF;
	background-color: #fff;
}

.section-newsub form .gap50,
.section-newsub form .gap70,
.section-newsub form .gap30 {
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 3px;
}
.section-newsub form .gap50 {width: 50%;}
.section-newsub form .gap70 {width: 70%;}
.section-newsub form .gap30 {width: 30%;}


/*Feature Stuff*/
.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

.lowercase {
	text-transform: none;
}
.highlight-red {
	color: #DE2F26 !important;
	font-weight: 600 !important;
}
.bora-image {
	border-radius: 10px;
	vertical-align: top;
	width: 100%;
}
.contact-col h3 {
	margin-bottom: 10px;
}
.contact-col p {
	transition: all 0.2s ease-in-out 0s;
}
.contact-col a {
	text-decoration: none;
	background-color: #fff;
}
.contact-col a:hover p {
	color: #000;
}
.contact-col .social-footer li a {
	border-color: #eee;
	color: #DDD;
	box-shadow: inset 0 0 0 0.0001px #D32220;
}
.contact-col .social-footer li a:hover {
	background: #fff;
	color: #D11D2E;
	border-color: #D11D2E;
}
.intro-col .button {
	color: #fff;
	border: 2px solid #fff;
}
.intro-col .button:hover {
	color: #D11D2E;
	background-color: transparent;
	border: 2px solid #D11D2E;
}
.form-col input,
.form-col textarea,
.form-col select {
	width: 100%;
    font-size: 18px;
    border-radius: 2px;
    padding: 13px 20px;
    font-family: "calibri", sans-serif;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    background-color: #F5F5F4;
    border: 1px solid #E7E6E3;
    line-height: 20px;
    font-weight: 400;
    color: #4D4C4B;
	margin-bottom: 20px;
}
.form-col select {
	height: 51px;
	text-indent: 10px;
}
.form-col input:hover {
	border-color: #DE2F26;
    background-color: #fff;
}
.form-col .form-block {
	border: 0px;
	padding: 0px;
}
.form-col label {
	display: none!important;
}
.form-col .form-block.single .field {
	padding: 0px;
}
.form-col h2 {
	margin-bottom: 60px;
}
.form-col button {
    border-radius: 2px;
    font-size: 16px;
    padding: 14px 60px;
    font-family: "calibri", sans-serif;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    text-transform: uppercase;
    background: linear-gradient(to right, #AC1223, #DE2F26);
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 700;
	margin-top: 40px;
}
.form-col button:hover {
	box-shadow: inset 200px 0 0 0.0001px #FFC8C8;
	transition: all 0.2s;
}
.service-box-front {
	position: relative;
	border-radius: 3px;
}
/*.service-box-front span*/
.service-box-back h3 {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
/* .service-box-front span {
	color: #DE2F26;
	font-size: 42px;
	width: 195px;
	height: 195px;
	background-color: #FFF;
} */
.service-box-front span::before {
	position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.services-col .col {
	padding: 10px;
}

.flip-card,
.flip-card-row .pb-column {
	width: 100%;
	perspective: 1000px;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}
.flip-card-inner,
.flip-card-row .pb-column {
	position: relative;
	width: 100%;
	height: 100%;
	/*text-align: center;*/
	transition: transform 0.6s;
	transform-style: preserve-3d;
	vertical-align: top;
}
.flip-card-row .pb-column {
    flex-direction: column;
    background: linear-gradient(to right, #F93045, #CE081A);
    z-index: 100;
    position: relative;
    padding: 30px!important;
    border-radius: 15px;
    margin: 0px 10px;
}
.flip-card-row .pb-column:first-child {
    margin-left: 0px;
}
.flip-card-row .pb-column:last-child {
    margin-right: 0px;
}
.flip-card-inner:hover {
	box-shadow: 0 5px 12px 0 rgba(255,0,4,0.10), 0 2px 3px 0 rgba(255,0,4,0.10);
}
.intro-col .pb-row.flip-card-row {
    padding: 0px 20px;
}
.intro-col.process .pb-row.flip-card-row .pb-column {
    padding: 20px!important;
    margin: 20px;
}
.flip-card-row .pb-column:hover::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
.flip-card-row .pb-column::before {
 	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(.11, .29, .25, 1) 0s;
	background-color: #FFF;
    z-index: -1;
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.1), 0 2px 3px 0 rgba(0,0,0,0.1);
}
.flip-card-inner h3:first-child {
	text-align: center;
}

.service-box-front, .service-box-back {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	vertical-align: top;
}
.service-box-front {
	display: table;
	margin: 0 auto;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.1), 0 2px 3px 0 rgba(0,0,0,0.1);
	background-color: #fff;	
	border-radius: 10px;
	z-index: 2;
	padding: 25px;
}
.service-box-front.bottom {
	min-height: 200px;
}
.service-box-front p {
	color: #666;
	font-size: 15px;
	line-height: 22px;
}
.service-box-front h3 i,
.service-box-front h3 em,
.flip-card-row h3 em {
	font-size: 42px;
	line-height: 15px;
	margin:25px 0 25px;
}
.service-box-front h2,
.flip-card-row h2 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 22px;
}
.flip-card-row img {
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 100%;
}
.service-box-front h2,
.service-box-front h3,
.flip-card-row h2,
.flip-card-row h3 {
	text-align: center;
}
.intro-col .pb-column .flip-card-inner::after{
	position: absolute;
	content: "";
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(.11, .29, .25, 1) 0s;
	background: linear-gradient(to right, #F93045, #CE081A);
}
.intro-col .pb-column .flip-card-inner:hover::after {
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border-radius: 15px;
}
/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}
.testimonial blockquote > footer > .divider {
	background: linear-gradient(to right, #AC1223, #DE2F26);
}
.testimonial blockquote > footer > p.auth .rating {
	margin-top: 20px;
	display: inline-block;
}

/*Popup*/
.popup-content {
	margin: 10px;
}

ul.menu .mobile-nav .menulink {
    text-transform: none;
}

/*News Post*/
.news-banner {
    background-image: url("images/backgrounds/tmc-franchise.jpg");
    background-position: bottom center;
    background-size: cover;
    background-color: #D11D2E;
    background-blend-mode: soft-light;
    padding: 50px 0;
}
.news-banner .frame {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.news-banner h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: -2px;
}

.post-wrap.post-type-news .post-item {
    border: 2px solid #fff;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.post-wrap.post-type-news .post-item .post-body {
    height: auto;
    display: table;
    width: 100%;
    text-align: left;
    position: absolute;
    border-radius: 0;
    bottom: 0;
    left: 0;
    padding: 12px 20px 15px;
    background-color: rgba(0,0,0,0.8);
    transition: all 0.2s ease-in-out 0s;
}
.post-wrap.post-type-news .post-item .post-body h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: -0.5px;
}
.post-item .post-image.date-label .date {
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

.post-wrap.post-type-news .post-item:hover {
    border: 2px solid #D11D2E;
}
.post-wrap.post-type-news .post-item:hover .post-image.date-label .date {
    background-color: #D11D2E;
    color: #fff;
}
.post-wrap.post-type-news .post-item:hover .post-body {
    opacity: 0;
}

/*News Page*/
.news-header {
    padding: 0;  
    background-position: top 70% center;
}
.news-header .frame {
    padding-top: 200px;
    position: relative;
}
.news-header .breadcrumb {
    padding: 10px 15px 9px;
    border-radius: 0 0 3px 3px;
    left: auto;
    right: 0px;
}
.news-header .news-intro {
    padding: 25px 25px 30px;
    background-color: rgba(0,0,0,0.85);
    border-bottom: 4px solid #D11D2E; 
    border-radius: 7px 7px 0 0;
}
.news-header .news-intro h1 {
    color: #fff;  
    margin: 0;
    position: relative;
    top: 3px;
}
.capsule-container .wrap .capsule {
    border: none;
    border-radius: 5px;
    color: #333;
    padding: 10px 14px 8px;
    background-color: rgba(255,255,255,0.8);
    font-family: "fira-sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
}
.news-header .news-intro.capsule-container .wrap {
    position: absolute;
    top: -40px;
    right: 0px;
    margin: 0;
}

.post-type-news .image-container {
    padding: 30px 0;
}
.post-type-news .image-container .image-wrap img {
    padding: 0px;
    border-radius: 5px;
    filter: brightness(0.9);
    border: 1px solid #eee;
}
.post-type-news .image-container .image-wrap img:hover {
    filter: brightness(1);
    border-color: #D11D2E;
}

.post-type-news .post-content iframe {
    border-radius: 10px;
    border: 3px solid #eee;
    max-width: 1000px;
    display: table;
    margin: 5px auto 15px;
    width: 100% !important;
    height: 500px !important;
}
.pad-frame {
    padding: 15px 0 35px;
}
.form-title-small h2{
	font-weight: 400;
	font-size: 24px;
    line-height: 24px;
	margin-top: 20px;
}
.intro-col .pb-row {
	display: flex;
}
.intro-col .pb-row .col-sm-4,
.intro-col .pb-row .col-sm-6 {
	display: flex;
}
.intro-col .pb-row .pb-block-content {
	height: 100%;
}
.intro-col .flip-card h5 {
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
	color: #1A1818;
	font-weight: 700;
}
.section-video .pb-block-type-video {
	border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}
.slider-wrapper.theme-default .bx-wrapper{
    margin-left: auto;
    margin-right: auto;
}

.pb-block-type-text .pb-block-content ul {
    margin: 0 0 15px;
    text-align: left;
}
.pb-block-type-text .pb-block-content ul li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 5px;
    color: #666;
    list-style: none;
}
.pb-block-type-text .pb-block-content ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    color: #CCC;
    padding-right: 10px;
    position: absolute;
    left: -20px;
    top: 5px;
}

.banner .slide, .banner .slide-image {
    background-position: right;
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1400px) {
	.frame {
		width: 1200px;
	}
	.banner .slide .slide-inner {
        background: linear-gradient(90deg, rgba(170,39,39,0.95), rgba(223,39,57,0.95) 60%, transparent 60.02%, transparent);
	}
	/*.banner .banner-content{
		width: 60%;
	}*/
}
@media screen and (max-width:1300px) {
	.frame {
		width: 1100px;
	}	
}
@media screen and (max-width:1200px) {
	.frame {
		width: 1000px;
	}	
	iframe {
		width:100% !important;
	}
	.banner .slide .slide-inner {
        background: linear-gradient(90deg, rgba(170,39,39,0.95), rgba(223,39,57,0.95) 80%, transparent 80.02%, transparent);
	}
    /*.banner .banner-content {
        width: 80%;
    }*/
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	ul.menu > li{
		padding-left: 20px;
	}
	.intro-col .pb-row {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.intro-col .col-sm-4,
	.intro-col .col-sm-6 {
		width: 100%;
	}
    .flip-card-row img {
        width: 50%!important;
        display: table;
        margin: 0 auto 10px;
    }
    .flip-card-row .pb-column {
        margin: 10px 0px;
    }
	.intro-col.process .pb-row.flip-card-row .pb-column {
		margin: 0px;
	}
	.intro-col.process .pb-row.flip-card-row .pb-column:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:1100px) {
	.slider-wrapper .slide-cell {
		padding-bottom:80px !important;
	}
	.frame,
	.small-frame {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.intro-col .button {
		width: 100%;
		text-align: center;
	}
	.intro-col{
		margin-top: 0px;
	}
	.intro-col::before,
	.intro-col::after{
		display: none;
	}
	.banner .slide .slide-inner{
		background: linear-gradient(105deg, rgba(174,13,29,0.85), rgba(224,45,27,0.85) 100%, transparent 100%, transparent);
        padding: 40px 0;
	}
    .banner .banner-content h1{
        font-size: 35px;
    }
    .banner .banner-content h3{
        line-height: 25px;
    }
    .banner .banner-content a{
        display: none;
    }
    .banner .banner-content p{
        margin: 0 0 15px;
    }
    .intro-col .frame{
        margin-top: -30px;
    }
	.footer .foot-main{
		width: 60%;
	} 
	.footer .foot-link{
		width: 40%;	
	}
    .tablet-show {
        display: block;
    }
    .tablet-hide {
        display: none;
    }
}
@media screen and (max-width:1000px) {
    .banner .slide .slide-inner {
        background: linear-gradient(105deg, rgba(174,13,29,1) 0%, rgba(224,45,27,1) 100%) !important;
    }
    .slider-wrapper .slide-cell {
        padding: 30px 35px;
    }
    .banner .banner-content{
		padding: 0 25px;
		padding-bottom: 0;
		width: 100%;
	}
}
@media screen and (max-width:800px) {
	.logo {
		left: 0;
	}
	.section-assessment .row-assessment .pb-column:hover::after {
	top: -8px;
	left: 28px;
	right: 28px;
	bottom: -8px;
	border-radius: 15px;
}
	.section-video {
		padding: 40px !important;
	}
	.intro-col .pb-column:nth-child(2),
	.intro-col .pb-column {
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.intro-col .pb-column {
		padding: 30px;
	}
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
    .banner .slide-image{
        background-image: none !important;
    }
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
/*		line-height: 24px;
*/		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	.intro-col > .col{
		width: 100% !important;
		display: block;
	}
	.intro-col > .col:first-child{
		padding-bottom: 20px;
	}
	.intro-col > .col:last-child{
		padding-top: 20px;
	}
	.section-about .col img{
		width: 50%;
	}
	.section-about .col:first-child{
		text-align: center;
	}
	.section-about .col{
		width: 100% !important;
		display: block;
	}
	.footer .foot-main, .footer .foot-link{
		width: 100%;
		display: block;
	}
	.footer > .frame > .coltable > .col:first-child{
		padding: 0;
	}
	.footer > .frame > .coltable > .col:last-child{
		padding: 0px;
	}
	.footer .foot-link{
		text-align: center;
	}
	.foot-link p a{
		display: inline-block;
		margin: 10px;
	}
	.global-contact .coltable.col2 .col {
		display: table-cell !important;
	}
	.global-contact .coltable.col2 .col:first-child {
		width: 75% !important;
	}
	.global-contact .coltable.col2 .col:last-child {
		width: 25% !important;
		text-align: right;
	}
	.global-contact p {
		text-align: right;
	}
	.pagehead .pb-block-type-text.pb-block .pb-block-content {
		height: 30vh;
	}
	.flip-card {
		padding: 10px;
	}
	.intro-col .pb-column:nth-child(2), .intro-col .pb-column {
		padding-left: 0px;
	}
}
@media screen and (max-width:700px) {
/*	.banner .banner-content p {
		display: none;
	}
*/	.pagehead h1 {
		line-height: 46px;
		font-size: 38px;
	}
	.global-contact .icon-text {
		display: none !important;
	}
    
    .intro-col h1, .intro-col .h1 {
        font-size: 35px;
        line-height: 32px;
    }    
    .intro-col .pb-column:first-child {
        border-right: 0px solid #eee;
        border-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)) 1 100%;
    }
}
@media screen and (max-width:600px) {
    .banner .slide .slide-inner{
        padding: 0;
    }
    .bx-wrapper{
        margin-bottom: 0px;
    }
	.intro-col .pb-row {
		padding: 0 15px;
	}
	.intro-col.process .pb-column {
		padding-bottom: 15px;
	}
	.flip-card {
		height: auto;
	}
	.banner .banner-content {
	    padding: 0;
	}
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
    .header {
        padding: 10px 0 5px;
    }
    .header .frame {
        padding-left: 10px;
        padding-right: 10px;
    }
	.header .logo {
		min-width: 100%;
		max-width: 100%;
        margin: 0;
        height: 93px;
        background-image: url("images/logo-mobile.png");
	}
	.footer .frame > .coltable > .col,
	.footer > .frame > .coltable > .col:last-child{
		padding: 0;
	}
	.foot-link p a{
		margin: 10px 0;
	}
	.coltable.padcol,
	.coltable.padcol .col {
		padding: 0;
	}
	.section-newsub .coltable .col:last-child {
		padding-left: 0;
	}
	.intro-col > .col:first-child,
	.intro-col > .col:last-child{
		padding: 20px 20px;
	}
	.global-contact p:not(.gc-social),
	.global-contact form{
		margin: 0 0 15px;
	}
	.global-contact form{
		max-width: 100%;
	}
	.copyright{
		text-align: center;
	}
	.section-about .coltable > .col{
		padding: 10px;
	}
    
    ul.menu .mobile-nav .menulink {
        top: 0px;   
    }
    
    .mobile-action-menu {
        display: block
    }
    .mob-show {
        display: block;
    }
    .mob-hide {
        display: none;
    }
	.intro-col .flip-card h5 {
		text-align: center!important;
	}
	.flip-card-inner h3:first-child + h2 {
		text-align: center;
	}
    .flip-card-row img {
        width: 75%!important;
    }
}

@media screen and (max-width:500px) {
    .header .logo {
        height: 70px;
	}
}