/******************** WELCOME SECTION *********************/                                                                                                                                                                                  
.welcomesection {                                                                                                                                                         
	width: 100%;
	height: 100vh; 
	position: relative;  
}

.welcomesection.w2 {
	height: 700px;
}

/* layout */
.welcomesection .layout {
    position: absolute;
    top: 0px;
    left: 0px;
}   

/* image */
.welcomesection .welcomeimage { 
    z-index: 1;
    background-image: url("../../Assets/Video/welcome.gif");
}

/* overlay */
.welcomesection .welcomeoverlay { 
	z-index: 2;
	opacity: 0.85; 
	background-color: white;
}  

/* content */
.welcomesection .welcomecontent {
    height: auto !important;
    width: 600px;
    top: calc(50% - 210px);  
    left: 185px;
    z-index: 4;
    text-align: left;
} 

.welcomesection.w2 .welcomecontent {
    top: calc(50% - 185px);  
}

/* h1 */
.welcomesection .welcomecontent h1 {
	word-spacing: 10px;
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
    color: black; 
}  

.welcomesection .welcomecontent h1 span {
    color: #fe7250; 
}

/* p */
.welcomesection .welcomecontent p {
    margin-top: 50px;
    padding-top: 50px;
	position: relative;
	left: 1px;  
    font-size: 15px;
	font-weight: 400;
    color: rgb(100,100,100);  
    border-top: 1px solid rgba(100,100,100,0.3);
} 

/* btns */
.welcomesection .welcomecontent a {
	display: inline-block;
	width: 170px;
	height: 40px;
	margin-top: 20px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	word-spacing: 3px;
	font-weight: bold;	
	font-size: 10px;
	border-radius: 20px;
	color: black; 
	transition: 1s;
}

.welcomesection .welcomecontent a.one {
	padding-top: 12px;    
	border: 2px solid #fe7250;
	color: #fe7250;
}

.welcomesection .welcomecontent a.two {
	margin-left: 20px;
	padding-top: 14px; 
	background-color: #fe7250;
	color: white;
}

.welcomesection .welcomecontent a:hover {
	opacity: 0.2;
}

/* curve */
.welcomesection .welcomecurve {
	display: block;
	height: auto !important;
	top: auto;
	bottom: 0px;
	z-index: 3;
}







 
/******************** MISSION SECTION *********************/                                         
#MissionSection {               
     width: calc(100% - 60px); 
     height: 600px;  
     margin: 100px auto 200px;     
}

#MissionSection .col {
     display: inline-block;
     width: 50%;
     height: 100%;
     position: relative;
     float: left;   
}

/****************/
/*** stats col ***/
/****************/

#MissionSection .col.stats {
    text-align: left;
}

/* row */
#MissionSection .col.stats .statrow {
    width: 500px;
    height: auto;
    position: absolute;
    top: calc(50% - 170px);          
    left: calc(50% - 250px); 
}

/* opening p */
#MissionSection p {
    font-size: 15px;
    font-weight: 400;    
    color: black;  
} 

/* inner col */
#MissionSection .col.stats .innercol {
	display: inline-block; 
	width: 248px; 
	height: auto;  
	vertical-align: top; 
	line-height: 1;      
}    

/* header */
#MissionSection .col.stats .innercol h2 { 
	font-size: 30px; 
	font-weight: 300; 	  
	line-height: 0.8;    
	color: #fe7250; 
}   

#MissionSection .col.stats .innercol h2 span {
    font-weight: bold;
}

/* par */ 
#MissionSection .col.stats .innercol h3 {
	margin-top: 20px;  
	word-spacing: 2px;
	font-size: 10px;  
	font-weight: 400;  
	color: black;
}

/* divider */
#MissionSection .col.stats .statdivider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 60px auto; 
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
 
/****************/
/*** image col ***/    
/****************/

#MissionSection .col.img {
	overflow: hidden;
	background-color: white; 
}

#MissionSection .col.img .mission-img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	opacity: 0.5;
	background-color: #fe7250;
}

#MissionSection .col.img .img {
	height: calc(100% + 150px);  
	position: absolute;
	bottom: 0px;
	z-index: 2;  
	opacity: 0.2;
    background-image: url("../../Assets/Images/mission.png");  
    background-position-x: 70%;
}     
 
#MissionSection .col.img.mobile {
	display: none;
}

#MissionSection .col.img img {
	display: block;
	width: 250px;
	height: auto;
	position: absolute;
	top: calc(50% - 90px);
	left: calc(50% - 125px);
	z-index: 1; 
}







 
/******************** EVENTS SECTION *********************/   
#EventsSection {                  
    width: 1250px;
    height: 740px; 
    margin-bottom: 200px;
}

/* col */
#EventsSection .event {
	display: inline-block;
	width: 363px;
	height: 330px;
	float: left;
	border-radius: 20px;
	box-shadow: 0 3px 10px 6px rgba(40,41,44,.07);
}

#EventsSection .event.e1 {
	margin-right: 80px;
}

#EventsSection .event.e3 {
	margin-left: 80px;
}

#EventsSection .event.e3, #EventsSection .event.e4 {
	margin-top: 80px;
	float: right;
}

#EventsSection .event:hover {
	transform: translate(0px,-10px);
    background-color: rgba(254, 114, 80 ,0.4); 
}

/* break row */ 
#EventsSection #EventBlockEl {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

/* date */
#EventsSection .event h1 {
    height: 60px;
    margin-top: 40px;
    padding-left: 20px;
    padding-top: 12px;
    font-size: 30px;
    font-weight: bold;
    word-spacing: 5px;
    letter-spacing: 1px;
    border-left: 10px solid #fe7250; 
}

#EventsSection .event h1 span {
	font-weight: 300;
}

/* title */
#EventsSection .event h2 {
	margin-top: 50px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 20px;
	color: #fe7250;  
}
 
/* divider */
#EventsSection .event .divider {
    width: calc(100% - 60px);
    height: 1px;
    margin: 25px auto 30px;
    background-color: rgb(230,230,230);
}

/* time & location */
#EventsSection .event h3 {
	padding-left: 30px;
	font-size: 11px;
	font-weight: 300;
	color: rgb(100,100,100);
}

#EventsSection .event h3.two {
	margin-top: 5px;
}

#EventsSection .event h3 img {
	height: 18px;
}

#EventsSection .event h3 span {
	position: relative;
	bottom: 5px;
	left: 10px;
}

/* btns */
#EventsSection .event .btns {
	width: calc(100% - 60px);
	height: 30px;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#EventsSection .event .btns h4 {
	width: calc(33.33% - 8px);
	height: 100%;
	padding-top: 9px;
	float: left;
	display: inline-block;
	border-radius: 15px;
	background-color: #e4d890;
	font-size: 9px;
	text-align: center;
	color: white;
	transition: 1s;
}

#EventsSection .event .btns h4.margin {
	margin-right: 12px;
}

#EventsSection .event .btns h4:hover {
	background-color: black;
}     








/******************** IMAGE CAROUSEL SECTION *********************/                                         
#ServicesSection {                        
    width: 100%;
    height: 620px;
    margin: 200px auto 200px;
    position: relative;
}

/* header */
#ServicesSection #ServicesHeader {
    width: 100%;
    padding-left: 450px;
}

#ServicesSection #ServicesHeader h1 { 
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 200;
    color: black;
}

#ServicesSection #ServicesHeader h1 span {
    font-size: 50px;
    font-weight: 900;
    color: #fe7250;
}  

#ServicesSection #ServicesHeader .bar {
    width: 80px;
    height: 1px;
    margin-top: 15px;
    float: left;
    background-color: #E4E4E4;   
}

/* clear float */
#ServicesClearFloat {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}

/* carousel */
#ServicesSection #ServicesCarouselOuter {
    width: calc(100% - 450px); 
    height: 400px;
    position: absolute;
    right: 0px;
    top: 200px;
    overflow: hidden;      
}

#ServicesSection #ServicesCarouselInner {
    width: 6000px;  
    height: 400px; 
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 300ms; 
}

/* content containers */
#ServicesSection #ServicesCarouselInner .content {
    display: inline-block;
    width: 350px;
    height: 380px;
    margin-right: 124px; 
    position: relative; 
    float: left;
    opacity: 0.1;
    vertical-align: top; 
    transition: 1s; 
}

#ServicesSection #ServicesCarouselInner .content:hover,
#ServicesSection #ServicesCarouselInner .content.active {
    opacity: 1;
}

/* overlay */ 
#ServicesSection #ServicesCarouselInner .content .prochover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    border-bottom: 1px solid #E4E4E4; 
    border-right: 1px solid #E4E4E4; 
}

/* controls */
#ServicesSection #ServicesControls {
    width: 90px;
    height: 230px;
    position: absolute;
    top: 200px; 
    z-index: 999;
    left: 180px;
    background-color: #fe7250;
}

#ServicesSection #ServicesControls p {
    width: 230px;
    position: relative;
    top: 102px;
    left: -70px;
    text-align: left;
    padding-left: 30px;
    word-spacing: 8px; 
    font-weight: bold;
    font-size: 20px;
    color: white;
    transform: rotate(90deg);
}

#ServicesSection #ServicesControls p span.line {
    position: relative;
    bottom: 1px;
    font-weight: 100;
    opacity: 0.5;
}

#ServicesSection #ServicesControls p span.num {
    opacity: 0;
    transition: 500ms; 
}

#ServicesSection #ServicesControls p span.num.active {
    opacity: 1;
}

#ServicesSection #ServicesControls img {
    width: 50px;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    transition: 1s; 
    opacity: 0.5;
}

#ServicesSection #ServicesControls img:hover {
    opacity: 1;
}




 



/******************** FOOTER SECTION ********************/    
#FooterSection {                      
	width: 100%;     
	height: 700px; 
    position: relative;   	  
	overflow: hidden;      
	border-top: 1px solid #E4E4E4;
}

/* col */
#FooterSection .col {
	display: inline-block;
	width: 50%;
	height: 100%; 
	position: relative;
	float: left;
}      

#FooterSection .col #MapContainer {
	opacity: 0.5;  
}

/* info inner */
#FooterSection #InfoInner {
	width: 300px;
	position: absolute;
	top: calc(50% - 170px);  
	left: calc(50% - 150px);
}

/* social media */
#FooterSection #InfoInner #SocialMedia {
	width: 100%;
	height: 50px;
	text-align: center;
}

#FooterSection #InfoInner #SocialMedia .box {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 5px;
	background-color: #fe7250;   
	border-radius: 100%;  
	transition: 500ms;
}

#FooterSection #InfoInner #SocialMedia .box:hover {
	transform: rotate(360deg);
	background-color: rgb(225,225,225);  
}

#FooterSection #InfoInner #SocialMedia .box img {
	width: 40px;
	height: 40px;
	margin-top: 5px;
}

/* contact info */
#FooterSection #InfoInner h2 {
	width: 240px;
	margin-top: 15px;
	position: relative;
	text-align: left;
	font-weight: 400;
	font-size: 11px;
	color: black;
}

#FooterSection #InfoInner h2 span {
	color: rgb(180,180,180);
}

#FooterSection #InfoInner h2 strong {
	position: absolute;
	right: 0px;
	z-index: 99;
	padding-left: 3px;
	background-color: white;
}

#FooterSection #InfoInner h2.first {
	margin-top: 50px;
}

#FooterSection #InfoInner h2.address {
	width: 100%; 
	margin-top: 50px;
	text-align: center; 
	font-weight: bold;    
}

/* contact btn */
#FooterSection h3 {
	width: 250px;
	height: 40px;
	margin-top: 50px;
	padding-top: 12px;    
	cursor: pointer;
	text-align: center;
	word-spacing: 3px;
	font-size: 10px;
	font-weight: bold;	
	border: 2px solid #fe7250;
	border-radius: 20px;
	color: #fe7250;
	transition: 1s;
}

#FooterSection h3:hover {
	opacity: 0.2;
}







