/* Custom Css */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
}

.tnit-wrapper,
.tnit-main-content {
	width: 100%;
	position: relative;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
ul ul,
ol ol {
	padding-left: 30px;
}
.pd-tb80{
	padding-top: 78px;
	padding-bottom: 78px;
}
.pd-t80{
	padding-top: 78px;
}
.pd-b80{
	padding-bottom: 78px;
}
.mb-30{
	margin-bottom: 30px;
}
.tnit-wrapper {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
.tnit-wrapper a,
.tnit-wrapper a:hover,
.tnit-wrapper a:focus {
	text-decoration: none;
	outline: none;
}
.tnit-main-content {
	float: left;
	width: 100%;
	position: relative;
}
.tnit-thumb {
/*    float: left;
	width: 100%;*/
	position: relative;
	overflow: hidden;
}
.tnit-thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.full-height{
	height: 100vh;
}
.tnit-info-content{
	margin-bottom: 50px;
}
.tnit-content-topCenter{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tnit-content-topCenter p{
	margin-bottom: 25px;
}
.tnit-info-content .sub-title{
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	color: #454545;
}
.tnit-infoBox .box{
	padding: 10px 15px;
	margin-bottom: 30px;
	background-color: #e3e3e3;
}
.tnit-info-white > h2,.tnit-info-white .sub-title,.tnit-info-white p{
	color: #fff;
}

/* Default Css */
.xpro-container-full.tnit-spaceBetweenZero,.tnit-spaceBetweenZero{
	padding-left: 0;
	padding-right: 0;
}
.tnit-spaceBetweenZero > .xpro-grid{
	margin-left: 0;
	margin-right: 0;
}
.tnit-spaceBetweenZero > .xpro-grid > [class*="xpro-item-"]{
	padding-left: 0;
	padding-right: 0;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

/* Conent Middle, Left, Right CSS */
.tnit-middleContent {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
}

/* Middle Left */
.tnit-middleContent-left {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
}

/* Middle Right */
.tnit-middleContent-right {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-start;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
}

/* Conent Bottom, Left, Right CSS */
.tnit-bottomContent {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
}

/* Bottom Left */
.tnit-bottomContent-left {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
}
/* Middle Right */
.tnit-bottomContent-right {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-start;
	justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
}

/* Google Fonts */
.font-family{
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Lato', sans-serif;
}

/* Styled by Backend Developer */
.thumb-radius{
	-webkit-clip-path: circle(50% at 50% 50%);
			clip-path: circle(50% at 50% 50%);
}

.tnit-module-placeholder {
	display: none;
	color: #999;
	text-align: center;
}
.tnit-module-placeholder h5{
	color: #888;
}
.fl-builder-edit .tnit-module-placeholder {
	display: block;
}
a, a:focus, a:hover {
	text-decoration: none;
}
.tnit-module a {
	text-decoration: none;
}
.tnit-module a:hover, .tnit-module a:focus {
	text-decoration: none;
}
