/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/


@media (min-width: 1440px) {
	.container {
		max-width: 1320px;
	}
}


/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

::selection {
	background: #8a008b;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #8a008b;
	/* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #8a008b;
	/* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus {
	outline: none !important;
}


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	margin: 0;

	line-height: 1.5;
	color: #8a008b;
	font-family: 'Lato', sans-serif;
	background-color: #8a008b;
}

a {
	text-decoration: none !important;
	color: #8a008b;
}

a:hover {
	color: #222;
}

a img {
	border: none;
}

img {
	max-width: 100%;
}

iframe {
	width: 100%;
	border: 0 !important;
	overflow: hidden !important;
}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 20px 0 0 0;
	font-family: 'Poppins', sans-serif;
}

h6 {
	margin-bottom: 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 22px;
	color: #ff00ff;
}

h6 {
	font-size: 12px;
}

h4 {
	font-weight: 600;
}

h5,
h6 {
	font-weight: bold;
}

@media (max-width: 767.98px) {

	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 2rem;
	}

}

h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
	color: #8a008b;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
	margin-bottom: 30px;
}

small {
	font-family: 'Lato', sans-serif;
}


@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(1.725rem + 5.7vw);
	}

	.display-2 {
		font-size: calc(1.675rem + 5.1vw);
	}

	.display-3 {
		font-size: calc(1.575rem + 3.9vw);
	}

	.display-4 {
		font-size: calc(1.475rem + 2.7vw);
	}
}


/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

#wrapper {
	/* min-height: 100vh;
  	display: flex;
  	flex-direction: column; */
	margin: 0;

	flex-grow: 1;

	position: relative;
	float: none;
	width: 100%;
	/* margin: 0 auto; */
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
	body:not(.stretched) #wrapper {
		max-width: 1200px;
	}
}

@media (min-width: 1440px) {
	body:not(.stretched) #wrapper {
		max-width: 1440px;
	}
}


span.middot {
	display: inline-block;
	margin: 0 5px;
}


.nott {
	text-transform: none !important;
}

.emptydiv {
	display: block !important;
	position: relative !important;
}

.allmargin {
	margin: 3rem !important;
}

.leftmargin {
	margin-left: 3rem !important;
}

.rightmargin {
	margin-right: 3rem !important;
}

.topmargin {
	margin-top: 1rem !important;
}

.bottommargin {
	margin-bottom: 3rem !important;
}

.allmargin-sm {
	margin: 2rem !important;
}

.leftmargin-sm {
	margin-left: 2rem !important;
}

.rightmargin-sm {
	margin-right: 2rem !important;
}

.topmargin-sm {
	margin-top: 2rem !important;
}

.bottommargin-sm {
	margin-bottom: 2rem !important;
}

.allmargin-lg {
	margin: 5rem !important;
}

.leftmargin-lg {
	margin-left: 5rem !important;
}

.rightmargin-lg {
	margin-right: 5rem !important;
}

.topmargin-lg {
	margin-top: 0rem !important;
}

.bottommargin-lg {
	margin-bottom: 5rem !important;
}

.header-stick {
	margin-top: -3rem !important;
}

.content-wrap .header-stick {
	margin-top: -5rem !important;
}

.footer-stick {
	margin-bottom: -3rem !important;
}

.content-wrap .footer-stick {
	margin-bottom: -5rem !important;
}

.col-padding {
	padding: 4rem;
}

.notextshadow {
	text-shadow: none !important;
}

.inline-block {
	float: none !important;
	display: inline-block !important;
}

.center {
	text-align: center !important;
}

.mx-auto {
	float: none !important;
}

.bg-color,
.bg-color #header-wrap {
	background-color: #1ABC9C !important;
}

.color {
	color: #1ABC9C !important;
}





/* ----------------------------------------------------------------
	Text Color Utility Classes
-----------------------------------------------------------------*/

.text-ts {
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}

.h-text-color:hover,
a.h-text-color:hover {
	color: #1ABC9C !important;
}

.h-text-primary:hover,
a.h-text-primary:hover {
	color: #007bff !important;
}

.h-text-secondary:hover,
a.h-text-secondary:hover {
	color: #6c757d !important;
}

.h-text-success:hover,
a.h-text-success:hover {
	color: #28a745 !important;
}

.h-text-info:hover,
a.h-text-info:hover {
	color: #17a2b8 !important;
}

.h-text-warning:hover,
a.h-text-warning:hover {
	color: #ffc107 !important;
}

.h-text-danger:hover,
a.h-text-danger:hover {
	color: #dc3545 !important;
}

.h-text-light:hover,
a.h-text-light:hover {
	color: #f8f9fa !important;
}

.h-text-dark:hover,
a.h-text-dark:hover {
	color: #343a40 !important;
}


/* ----------------------------------------------------------------
	Text Size Utility Classes
-----------------------------------------------------------------*/

.text-smaller {
	font-size: 80% !important;
}

.text-larger {
	font-size: 120% !important;
}

.text-smaller small {
	font-size: 90% !important;
}




/* ----------------------------------------------------------------
	Border Utility Classes
-----------------------------------------------------------------*/

.border-width-0,
.h-border-width-0:hover {
	border-width: 0px !important;
}

.border-width-1,
.h-border-width-1:hover {
	border-width: 1px !important;
}

.border-width-2,
.h-border-width-2:hover {
	border-width: 2px !important;
}

.border-width-3,
.h-border-width-3:hover {
	border-width: 3px !important;
}

.border-width-4,
.h-border-width-4:hover {
	border-width: 4px !important;
}

.border-width-5,
.h-border-width-5:hover {
	border-width: 5px !important;
}

.border-width-6,
.h-border-width-6:hover {
	border-width: 6px !important;
}

.border-dotted {
	border-style: dotted !important;
}

.border-dashed {
	border-style: dashed !important;
}

.border-solid {
	border-style: solid !important;
}

.border-double {
	border-style: double !important;
}

.h-border-primary:hover {
	border-color: #007bff !important;
}

.h-border-secondary:hover {
	border-color: #6c757d !important;
}

.h-border-success:hover {
	border-color: #28a745 !important;
}

.h-border-info:hover {
	border-color: #17a2b8 !important;
}

.h-border-warning:hover {
	border-color: #ffc107 !important;
}

.h-border-danger:hover {
	border-color: #dc3545 !important;
}

.h-border-light:hover {
	border-color: #f8f9fa !important;
}

.h-border-dark:hover {
	border-color: #343a40 !important;
}

.border-transparent,
.h-border-transparent:hover {
	border-color: transparent !important;
}

.border-default,
.h-border-default:hover {
	border-color: #EEE !important;
}

.dark.border-default,
.dark .border-default,
.dark.h-border-default:hover .dark .h-border-default:hover {
	border-color: rgba(255, 255, 255, 0.15) !important;
}

.border-ts {
	-webkit-transition: border 0.5s ease;
	transition: border 0.5s ease;
}








/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
	position: relative;
	width: 100%;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}



.section .container {
	z-index: 2;
}

.section .container+.video-wrap {
	z-index: 1;
}

.revealer-image {
	position: relative;
	bottom: -100px;
	transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image {
	bottom: -50px;
}






/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	background-color: #FFF;
}

#content p {
	line-height: 1.8;
}

.content-wrap {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}

#content .container {
	position: relative;
}



/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/


.team,
.team-image {
	position: relative;
}

.team-image>a,
.team-image img {
	display: block;
	width: 100%;
}

.team-desc {
	text-align: center;
}

.team-desc.team-desc-bg {
	background-color: #FFF;
	padding: 10px 0 30px;
}

.team .si-share {
	margin-top: 30px;
	text-align: left;
}

.team .si-share .social-icon {
	font-size: 0.875rem;
	width: 34px;
}

.team-title {
	position: relative;
	padding-top: 0px;
}

.team-title h4 {
	display: block;
	margin-bottom: 0;
	font-size: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.team-title span {
	display: block;
	color: #8a008b;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	font-size: 1rem;
	margin-top: 5px;
}


/* Team Center
-----------------------------------------------------------------*/

.team.center .team-title::after {
	left: 50%;
	margin-left: -40px;
}


/* Team List
-----------------------------------------------------------------*/

.team-list .team-desc {
	text-align: left;
}

.team-title {
	padding-top: 0;
}

.team .team-desc>.social-icon {
	margin-top: 20px;
}

.team~.social-icon {
	margin-top: 30px;
}

.team .social-icon {
	display: inline-block !important;
	vertical-align: middle;
	float: none;
	margin-left: 4px;
	margin-right: 4px;
}



/* ----------------------------------------------------------------
	Google Custom Search
-----------------------------------------------------------------*/

#content .cse .gsc-control-cse,
#content .gsc-control-cse,
#content .gsc-above-wrapper-area,
#content .gsc-adBlock,
#content .gsc-thumbnail-inside,
#content .gsc-url-top,
#content .gsc-table-result,
#content .gsc-webResult,
#content .gsc-result {
	padding: 0 !important;
}

#content .gsc-selected-option-container {
	width: auto !important;
}

#content .gsc-result-info {
	padding-left: 0 !important;
}

#content .gsc-above-wrapper-area-container,
#content .gsc-table-result {
	margin-bottom: 10px;
}

#content .gcsc-branding {
	display: none;
}

#content .gsc-results,
#content .gsc-webResult {
	width: 100% !important;
}

#content .gs-no-results-result .gs-snippet,
#content .gs-error-result .gs-snippet {
	margin: 0 !important;
}



/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 1.25rem;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop {
	bottom: 30px;
}

#gotoTop:hover {
	background-color: #1ABC9C;
}





/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/


#footer {
	position: relative;
	background-color: #FFF;
	border-top: 5px solid rgba(0, 0, 0, 0.2);
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0;
}

#copyrights {
	padding: 40px 0;
	background-color: #FFF;
	font-size: 0.875rem;
	line-height: 1.8;
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 0.875rem;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}


#copyrights a:first-child {
	margin-left: 0;
}

#copyrights.text-right a:last-child {
	margin-right: 0;
}




/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/


.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}

h4#terms {
	display: block;
	color: #8a008b;
	font-weight: 400;
	font-size: 1rem;
	margin: 5px 20px 0px 20px;
	font-family: 'PT Serif', serif;
	text-align: justify;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#div_mp_header {
	display: block;
	padding-top: 100px;
	padding-bottom: 50px;
	width: 100%;
}

#img_mp_header {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 200px;
}

#img_mp_a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#h4_big_black {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 0;
}

#h4_black {
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 0;
}

#h5_black {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 0;
}
