/******************** ENROLL BTN *********************/   
#FixedEnrollButton {                                          
	width: 130px;
	height: 45px;
	padding-top: 11.5px;
	position: fixed;
	top: 44px;
	right: 118px;
	z-index: 99999;
	cursor: pointer;
	background-color: #8e1538;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 27.5px;
	color: white;
	transition: 1s;
}

#FixedEnrollButton:hover {
	opacity: 0.3;
}




 



/******************** WELCOME SECTION LAYOUT *********************/ 
.pm-welcome-sec {                                                            
    width: 100%;
    position: relative;
} 

#WelcomeSection {
	height: 100vh;
    background-image: url("../../Assets/Videos/welcome.gif");   
} 

#WelcomeSectionTwo {
	height: 700px;
    background-image: url("../../Assets/Images/PM/water_3.png");   
}
  
/* overlay */
.pm-welcome-sec .pmws-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 9;
} 

#WelcomeSection .pmws-overlay {
    background-color: rgba(255,255,255,0.8); 
}

#WelcomeSectionTwo .pmws-overlay {
    background-color: rgba(103,143,166,0.8);
}

/* content */
.pm-welcome-sec .pmws-content {
	height: auto;
	position: absolute;
	z-index: 999;
	text-align: left;  
}

#WelcomeSection .pmws-content {
	width: 700px;
	top: calc(50% - 160px); 
	left: calc(50% - 350px); 
}

#WelcomeSectionTwo .pmws-content {
	width: 1200px; 
	top: calc(50% - 275px);
	left: calc(50% - 600px);
}

/* opacity */
.pm-welcome-sec .pmws-opacity {
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0px;
	z-index: 99; 
}

#WelcomeSection .pmws-opacity.bottom {
	bottom: 0px;
	background: linear-gradient(to top, white, rgba(255,255,255,0));
}

#WelcomeSectionTwo .pmws-opacity.top {
	top: 0px;
	background: linear-gradient(to bottom, #678fa6, rgba(103,143,166,0));
}








/******************** TWO COL SECTION LAYOUT *********************/ 
.pm-two-col-sec { 
	width: calc(100% - 100px);
	margin-top: 50px;
	position: relative; 
}

#TwoColSectionOne {
	height: 750px;
}

#TwoColSectionTwo {
	width: 100%;
	height: 700px;
	margin-top: 0px;
	padding-bottom: 100px;
	background-color: #678fa6;
}

#TwoColSectionThree {
	height: 900px;
}

/* col */
.pm-two-col-sec .pmtcs-col {
	display: inline-block;
	width: 50%;
	height: 100%;
	position: relative; 
	float: left;    
}

#TwoColSectionTwo .pmtcs-col {
	width: calc(50% - 75px);
	margin-left: 50px;
}

/* img col */
.pm-two-col-sec .pmtcs-col.img-col.mobileshow {
	display: none;
}

.pm-two-col-sec .pmtcs-col.img-col .image-outer {
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 67% 95%, 33% 85%, 0 100%);
}

.pm-two-col-sec .pmtcs-col.img-col .image-outer .image {
	height: calc(100% + 200px);
	position: absolute;
	top: 0px;
	left: 0px;
}

#TwoColSectionOne .pmtcs-col.img-col .image-outer .image { 
	background-image: url("../../Assets/Images/PM/glass_2.png");
}

#TwoColSectionTwo .pmtcs-col.img-col .image-outer .image { 
	height: 100%;
	background-image: url("../../Assets/Images/PM/jackie.jpg");
	background-position-y: 20%;
}

#TwoColSectionThree .pmtcs-col.img-col .image-outer .image { 
	background-image: url("../../Assets/Images/PM/water_1.png");
}

/* img col image background layer */
.pm-two-col-sec .pmtcs-col.img-col .image-background-layer {
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 9;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 67% 95%, 33% 85%, 0 100%);
	background-color: rgba(240,240,240,0.5);
}

#TwoColSectionTwo .pmtcs-col.img-col .image-outer, 
#TwoColSectionTwo .pmtcs-col.img-col .image-background-layer {
	clip-path: none;
}

#TwoColSectionTwo .pmtcs-col.img-col .image-background-layer {
	background-color: rgba(240,240,240,0.1);
}

/* content */ 
.pm-two-col-sec .pmtcs-col.content-col .content-inner {
	width: 600px;
	padding-top: 90px;
	position: absolute;
	top: 0px;
	left: calc(50% - 275px);
}

#TwoColSectionTwo .pmtcs-col.content-col .content-inner {
	padding-top: 100px;
	left: calc(50% - 300px);
}

/* ul */
.pm-two-col-sec .pmtcs-col.content-col ul {
	margin-top: 20px;
	padding-left: 40px;
	list-style-type: none;
}

.pm-two-col-sec .pmtcs-col.content-col ul li {
	margin-top: 10px;
	padding-left: 25px;
	position: relative; 
}

.pm-two-col-sec .pmtcs-col.content-col ul li:before {
	content: "•";
	padding-right: 10px;
	position: absolute;
	top: 0px; 
	left: 0px; 
	font-weight: 900; 
	color: #8e1538; 
}

/* video clear float */
.videoclearfloat {
	width: 100%;
	height: 1px;
	clear: both;
}








/******************** SHARD SECTION LAYOUT *********************/ 
.pm-shard-sec {
	width: 100%;
	height: 970px;
	position: relative;
}

/* content */
.pm-shard-sec .pmss-content {
	width: 1200px;
	position: absolute;
	top: 150px;
	left: calc(50% - 600px);
	z-index: 99;   
}

/* cols */
.pm-shard-sec .pmss-cols {
	height: auto;
	margin-top: 150px;
}

.pm-shard-sec .pmss-cols .col {
	display: inline-block;
	width: calc(33.3333333333% - 33.3333333333px);
	height: auto;
	float: left;
	vertical-align: top;
    text-align: center; 
}

.pm-shard-sec .pmss-cols .col.mar-right {
	margin-right: 50px;
}

.pm-shard-sec .pmss-cols .col img {
	width: 100px;
	height: 100px;
	padding: 30px;
	object-fit: contain;
	background-color: #8e1538;
	border-radius: 30px; 
}

.pm-shard-sec .pmss-cols .col p {
	margin-top: 40px;
	padding: 40px 20px 0px;
	font-weight: bold;
	border-top: 1px dashed rgba(0,0,0,0.2);
}

/* shards */
.pm-shard-sec .pm-glass-shard {
	height: auto;
	position: absolute;
	z-index: 9;
	opacity: 0.1;   
}

.pm-shard-sec .pm-glass-shard.l {
	width: 60px;
}

.pm-shard-sec .pm-glass-shard.m {
	width: 45px;
}

.pm-shard-sec .pm-glass-shard.s {
	width: 30px;
}

.pm-shard-sec img.gs1 {
	top: 100px;
	left: 2%; 
}

.pm-shard-sec img.gs2 {
	bottom: 100px;
	left: 8%;
}

.pm-shard-sec img.gs3 {
	top: 50px;
	right: 2%;
}

.pm-shard-sec img.gs4 {
	bottom: 50px;
	right: 8%;
}

.pm-shard-sec img.gs5 {
	bottom: 300px;
	right: calc(33.33% - 15px);
}

.pm-shard-sec img.gs6 {
	bottom: 150px;
	left: calc(33.33% - 15px);
}

.pm-shard-sec img.gs7 {
	top: 150px;
	left: calc(20% - 15px);
}

.pm-shard-sec img.gs8 {
	top: 300px;
	right: calc(20% - 15px);
}








/******************** TESTIMONIALS SECTION ********************/
#TestimonialsSection {                      
	width: 100%;
	height: 800px;  
	position: relative; 
	background-color: #678fa6;
}

/* particles */
#TestimonialsSection #TestParticles {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	opacity: 0.3;
}

/* cont */
#TestCont {
	width: 50%;
	height: 600px;
	position: absolute;
	right: 0px;
	top: 100px;
	z-index: 999;
	border-left: 1px solid white; 
}

#TestContInner {
	width: 500px;
	height: auto; 
	position: absolute;
	left: calc(50% - 250px);
}

#TestCont img {
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: -1;
	opacity: 0.15; 
}

#TestCont h1 {
	font-size: 25px; 
	font-weight: 300;
	color: white;
}

#TestCont h2 {
	margin-top: 60px;  
	font-size: 20px;
	font-weight: bold; 
	color: white;
}

#TestCont #Bar {
	width: 30px;
	height: 10px;
	margin: 10px 0px 0px;
	opacity: 0.2;
	background-color: white;
	border-radius: 15px;
}

/* controls */
#TestimonialsSection #Controls {
	width: 50%;
	height: 100%;
	position: absolute;
    top: 0px;
    left: 0px;
	z-index: 9999; 
}

#TestimonialsSection #Controls #ControlsHeader {
	width: 500px;
	position: absolute;
	top: calc(50% - 135px);
	left: calc(50% - 250px);
}

#TestimonialsSection #Controls .control-dot {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 50px;
	margin-right: 20px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.2);
	border-radius: 100%;
	transition: 1s;
}

#TestimonialsSection #Controls .control-dot.active,
#TestimonialsSection #Controls .control-dot:hover {
	background-color: white;
}








/******************** VIDEO SECTION *********************/ 
#VideoSection {     
	display: none;
	width: 100%;
	height: 100vh;
	padding-top: 70px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999999999;
	opacity: 0;
	pointer-events: none;
	background-color: rgba(0,0,0,0.9);
	transform: translate(0px, 100px);
	transition: 500ms; 
}

#VideoSection.active {
	opacity: 1;
	pointer-events: auto;
	transform: translate(0px, 0px);
}

#VideoSectionClose {
	width: 50px;
	height: 50px;
	padding-top: 12px;
	position: absolute;
	z-index: 9999;
	top: 10px;
	left: calc(50% - 25px);
	cursor: pointer;
	background-color: white;
	text-align: center;
	border-radius: 100%;
	color: black;
	transition: 1s; 
}

#VideoSectionClose:hover {
	opacity: 0.3;
}

#VideoSection #VideoSectionPlayer {
	width: 100%;
	max-height: calc(100vh - 100px);
}








/******************** STEPS TO ENROLL *********************/ 
#StepsToEnrollSection { 
	width: 1400px;
	height: auto;
	margin-top: 150px;
}

/* header */
#StepsToEnrollSection #StepsToEnrollSectionHeader {
	width: 100%;
	margin-bottom: 125px;
	text-align: center;
}

/* content */
#StepsToEnrollSection #StepsToEnrollSectionContent {
	width: 100%;
	height: auto;
}

/* cols */
#StepsToEnrollSection #StepsToEnrollSectionContent .pm-ste-col {
	display: inline-block;
	width: calc(33.3333333% - 33.3333333px);
	height: auto;
	float: left;
	vertical-align: top;
    text-align: center; 
}

#StepsToEnrollSection #StepsToEnrollSectionContent .pm-ste-col.mar-right {
	margin-right: 50px;
}

/* img */
#StepsToEnrollSection #StepsToEnrollSectionContent .pm-ste-col img {
	width: 100px;
	height: 100px;
	padding: 30px;
	object-fit: contain;
	background-color: #8e1538; 
	border-radius: 30px; 
}

/* text */
#StepsToEnrollSection #StepsToEnrollSectionContent .pm-ste-col h1 {
	margin-top: 40px; 
	padding-top: 40px;
	font-size: 25px; 
	font-weight: bold; 
	border-top: 1px dashed rgba(0,0,0,0.2);
	color: black;   
}

#StepsToEnrollSection #StepsToEnrollSectionContent .pm-ste-col p { 
	margin-top: 5px; 
	padding: 0px 50px 0px; 
	color: black;  
}

/* clear float */
#StepsToEnrollSection .stepstoenrol-clearfloat {
	width: 100%;
	height: 1px;
	clear: both;
}

/* btns */
#StepsToEnrollSectionBtns {
	width: 100%;
	text-align: center;
}

#StepsToEnrollSection .pm-cta-btns {
	width: 350px;
	margin: 120px 10px 0px;
}







 
/******************** FOOTER SECTION *********************/ 
#FooterSection {
	width: 100%;
	height: auto;
	margin-top: 150px;
	padding: 75px 0px 75px;
	background-color: rgba(240,240,240,0.5);
}

/* logo */
#FooterSection img {
	display: block;
	height: 100px;
}

/* bottom elements */
#FooterSection #FooterSectionBottomElements {
	margin-top: 75px;
	padding-top: 75px;
	text-align: center;
	border-top: 1px solid rgb(0,0,0,0.1);
}

#FooterSection #FooterSectionBottomElements p {
	display: inline-block;
	margin: 0px 40px;
	font-weight: bold;
	font-size: 15px;
	color: black;
}

#FooterSection #FooterSectionBottomElements p.divider {
	margin: 0px 0px;
	position: relative;
	top: 1px;
	opacity: 0.3;
	font-weight: 300;
}

/* bottom elements - links */
#FooterSection #FooterSectionBottomElements p.link {
	transition: 1s;
}

#FooterSection #FooterSectionBottomElements p.link:hover {
	opacity: 0.3;
}

/* bottom elements - copyrite */
#FooterSection #FooterSectionBottomElements p span {
	position: relative;
	top: 1.5px;
}








/******************** STANDARD ELEMENTS *********************/ 

/****************/
/* header */
/****************/

.pm-sechead-first {
    margin-top: 5px;
    padding-bottom: 10px; 
    line-height: 1.1;
    font-size: 45px; 
    font-weight: 900;
} 

.pm-sechead-first.white {
    border-bottom: 1px dashed rgba(255,255,255,0.5);
	color: white;
}

.pm-sechead-first.maroon {
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    color: #8e1538; 
}

/****************/
/* par el */
/****************/

.pm-par-style {
	margin-top: 20px;
    line-height: 1.4;  
    font-size: 20px; 
}

.pm-par-style.welcome {
	margin-top: 15px;
}

.pm-par-style.first {
	margin-top: 60px;
}

.pm-par-style.black {    
    font-weight: 400;
	color: black; 
}

.pm-par-style.white {
	font-weight: 400;
	color: white;
}


/****************/
/* cta btns */
/****************/

.pm-cta-btns {
	display: inline-block;
	width: 260px; 
	height: 55px;
	margin-top: 65px;
	padding-top: 12px;
	cursor: pointer;
	background-color: #8e1538;
	text-align: center;
	word-spacing: 1px;
	font-size: 25px;
	font-weight: bold;
	border: 1px solid #8e1538; 
	border-radius: 27.5px;
	color: white; 
	transition: 1s;
}

.pm-cta-btns.two {
	margin-left: 20px;
	background-color: transparent;
	color: #8e1538;
}

.pm-cta-btns.white {
	background-color: rgba(255,255,255,0.2);
	border-color: transparent;
	color: white;
}

.pm-cta-btns:hover {
	opacity: 0.3;
}






















