/******************** WELCOME SECTION *********************/                                                                                                                                                                                   
#WelcomeSection {                                                                                                                                                                                        
    width: calc(100% - 70px);
    height: 100vh; 
    position: relative;  
    left: 35px; 
}

/* 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.9; 
    /* background-color: #67b3db; */
    background-color: rgb(100,100,100);
}  

/* content */
#WelcomeSection #WelcomeContent {
    height: auto !important;
    width: 600px;
    top: calc(50% - 210px);  
    left: calc(40% - 300px); 
    z-index: 3;
    text-align: left;
}

/* h1 */
#WelcomeSection #WelcomeContent h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
    color: #67b3db; 
}  

#WelcomeSection #WelcomeContent h1 span { 
    color: white; 
}

/* p */
#WelcomeSection #WelcomeContent p {
    margin-top: 20px;
    padding-top: 20px;
    line-height: 1.5;
    word-spacing: 1px;
    font-size: 15px;
    font-weight: 300;
    color: white;
    border-top: 1px solid rgba(255,255,255,0.2); 
} 

/* btns */
#WelcomeSection #WelcomeContent a {
    display: inline-block;
    width: 180px;
    height: 40px;
    margin-top: 80px;
    float: left;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    word-spacing: 3px;
    font-weight: bold;  
    font-size: 10px;
    border-radius: 20px;
    transition: 500ms;
}

#WelcomeSection #WelcomeContent a.one {
    padding-top: 13px;     
    border: 1px solid white; 
    color: white;
}

#WelcomeSection #WelcomeContent a.two {
    margin-left: 20px;
    padding-top: 14px; 
    background-color: #67b3db;  
    color: white;
}

#WelcomeSection #WelcomeContent a:hover {
    opacity: 0.2;
    border-radius: 0px;
}

/* clear float */
#WelcomeSection #WelcomeContent .welcomeclearfloat {
    width: 100%;
    height: 1px;
    clear: both;
}






 

/******************** MISSION SECTION *********************/                         
#MissionSection {                                             
     width: calc(100% - 70px);  
     height: 750px;         
     margin-top: 100px;     
     position: relative;   
     left: 35px; 
}        

/* img section */  
#MissionSection #MissionSectionImage {
    width: calc(50% - 50px);
    height: 750px;
    position: absolute;
    top: 0px;
    left: 50px;
}

#MissionSection #MissionSectionImage #MissionSectionImageOuter { 
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 99;    
    overflow: hidden; 
    background-color: #67b3db; 
}

#MissionSection #MissionSectionImage #MissionSectionImageOuter h2 {
    width: 100%;
    position: absolute;
    top: calc(50% - 50px);
    left: 0px;
    z-index: 99; 
    text-align: center;
    line-height: 1;
    font-family: cursive;
    font-size: 20px;
    font-weight: 100;
    color: white;
}

#MissionSection #MissionSectionImage #MissionSectionImageOuter h2 strong {
    font-size: 60px;
    font-weight: 900;    
}

#MissionSection #MissionSectionImage #MissionSectionImageOuter .img {  
    height: calc(100% + 100px);
    position: absolute;
    top: 0px; 
    left: 0px; 
    z-index: 9;
    opacity: 0.15; 
    background-image: url("../../Assets/Images/3.png");   
}   

#MissionSection #MissionSectionImage #MissionSectionImageRec {
    width: calc(100% - 50px);
    height: calc(100% - 50px); 
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9; 
    border: 1px solid #67b3db; 
}

/* content */ 
#MissionSection #MissionSectionContent {
    width: 550px;
    height: auto;   
    position: absolute;
    top: 95px; 
    right: calc(25% - 275px);
    text-align: left;   
}
    
/* header */ 
#MissionSection #MissionSectionContent #MissionSectionHeader h2 {
    word-spacing: 5px;
    font-size: 20px;
    font-weight: 300;
    color: rgb(125,125,125);
}

#MissionSection #MissionSectionContent #MissionSectionHeader h3 {
    position: relative;
    top: -5px;
    letter-spacing: 1px;
    font-size: 50px;
    font-weight: 900;
    color: #67b3db;
} 

#MissionSection #MissionSectionContent #MissionSectionHeader .bar {
    width: 80px;
    height: 1px;
    margin-top: 15px;
    float: left; 
    background-color: rgb(230,230,230);  
}

/* stats col */
#MissionSection #MissionSectionContent .statcol {
    display: inline-block; 
    width: 250px;
    height: auto;  
    margin-top: 100px;
    margin-right: 50px;
    padding: 30px; 
    padding-right: 0px !important;  
    float: left;
    vertical-align: top; 
    line-height: 1;      
    border: 1px solid rgb(230,230,230);  
}    

#MissionSection #MissionSectionContent .statcol.last {
    margin-right: 0px;
}

/* stats header */
#MissionSection #MissionSectionContent .statcol h4 { 
    font-size: 35px;  
    font-weight: bold; 
    line-height: 1;
    color: #67b3db;
}   

#MissionSection #MissionSectionContent .statcol h4 span {
    font-weight: 300 !important;
    color: black;
}

/* stats par */ 
#MissionSection #MissionSectionContent .statcol p {
    margin-top: 12px;  
    padding-top: 15px; 
    word-spacing: 3px;  
    font-size: 10px; 
    font-weight: 300;
    color: rgb(125,125,125);
    border-top: 1px solid rgb(230,230,230);  
}

#MissionSection #MissionSectionContent .statcol p br {
    display: none; 
}

/* description */ 
#MissionSection #MissionSectionContent #MissionSectionDescription {
    margin-top: 50px;       
    line-height: 1.6;   
    font-size: 17px;
    font-weight: 300;
    color: rgb(125,125,125);
}

/* clear float */
#MissionSection .missionsectionclearfloat {
    width: 100%;
    height: 1px;
    clear: both;
}








/******************** FEATURED SECTION *********************/                                            
#FeaturedSection {                          
    width: calc(100% - 70px);
    height: 560px; 
    margin-top: 200px;
    position: relative;
    left: 35px;
}

/* header */
#FeaturedSection #FeaturedSectionHeader {
    width: 100%;
    padding-left: 290px;
}

#FeaturedSection #FeaturedSectionHeader h3 { 
    word-spacing: 5px;
    font-size: 20px;
    font-weight: 300;
    color: rgb(125,125,125);
}

#FeaturedSection #FeaturedSectionHeader h4 {
    position: relative;
    top: -5px;
    letter-spacing: 1px;
    font-size: 50px;
    font-weight: 900;
    color: #67b3db;
}  

#FeaturedSection #FeaturedSectionHeader .bar {
    width: 80px;
    height: 1px;
    margin-top: 15px;
    float: left; 
    background-color: rgb(230,230,230);  
}

/* carousel */
#FeaturedSection #FeaturedSectionCarouselOuter {
    width: calc(100% - 290px); 
    height: 350px;
    position: absolute;
    top: 200px;
    right: 0px;
    overflow: hidden;
}

#FeaturedSection #FeaturedSectionCarouselInner {
    width: 3000px;  
    height: 350px; 
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 300ms; 
}

/* content containers */
#FeaturedSection #FeaturedSectionCarouselInner .fscontent {
    display: inline-block;
    width: 350px; 
    height: 350px; 
    margin-right: 100px; 
    position: relative;  
    float: left; 
    opacity: 0.3; 
    vertical-align: top;     
    transition: 500ms;     
}

#FeaturedSection #FeaturedSectionCarouselInner .fscontent.active {
    opacity: 1;
}

#FeaturedSection #FeaturedSectionCarouselInner .fscontent .fsinnercontent {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 40px;  
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: rgb(235,235,235);
    text-align: left;
    transition: 500ms;
}

#FeaturedSection #FeaturedSectionCarouselInner .fscontent.active:hover .fsinnercontent {
    background-color: rgb(215,215,215);
}

/* header */
#FeaturedSection #FeaturedSectionCarouselInner .fscontent h2 {
    /* margin-top: 40px; */ 
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    color: black;
    border-bottom: 1px solid rgb(220,220,220);
    transition: 500ms;
}
 
#FeaturedSection #FeaturedSectionCarouselInner .fscontent h2 span {
    font-size: 12px;
}

#FeaturedSection #FeaturedSectionCarouselInner .fscontent h2 strong {
    font-weight: 900;
}

#FeaturedSection #FeaturedSectionCarouselInner .fscontent.active:hover h2 {
    color: white;
    border-bottom: 1px solid white;
}

/* p */
#FeaturedSection #FeaturedSectionCarouselInner .fscontent p {
    margin-top: 20px; 
    line-height: 1.4;
    font-size: 14px;     
    font-weight: 300;
    color: rgb(125,125,125);
    transition: 500ms;
}

#FeaturedSection #FeaturedSectionCarouselInner .fscontent.active:hover p {
    color: black;  
}

/* btn */ 
#FeaturedSection #FeaturedSectionCarouselInner .fscontent .fsarrow {
    width: 40px;
    height: 40px;
    padding: 13px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    object-fit: contain; 
    cursor: pointer; 
    border: 1px solid #67b3db; 
    border-radius: 100%; 
    transition: 350ms;    
}

#FeaturedSection #FeaturedSectionCarouselInner .fscontent.active:hover .fsarrow {
    background-color: white; 
    border: 1px solid white; 
    transform: rotate(360deg);
}

/* overlay */ 
#FeaturedSection #FeaturedSectionCarouselInner .fscontent .fscontentoverlay {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9; 
    border: 1px solid rgb(230,230,230);   
}

/* controls */
#FeaturedSection #FeaturedSectionControls {
    width: 90px;
    height: 230px;
    position: absolute;
    top: 200px; 
    left: 100px;
    z-index: 999;
    background-color: #67b3db;
}

#FeaturedSection #FeaturedSectionControls p {
    width: 230px;
    padding-left: 30px;
    position: relative;
    top: 102px;
    left: -70px;
    text-align: left;
    word-spacing: 8px; 
    font-weight: bold;
    font-size: 20px;
    color: white;
    transform: rotate(90deg);
}

#FeaturedSection #FeaturedSectionControls p span.line {
    position: relative;
    bottom: 1px;
    opacity: 0.5;
    font-weight: 100;
}

#FeaturedSection #FeaturedSectionControls p span.num {
    opacity: 0;
    transition: 500ms; 
}

#FeaturedSection #FeaturedSectionControls p span.num.active {
    opacity: 1;
}

#FeaturedSection #FeaturedSectionControls img {
    width: 50px;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    transition: 1s; 
    opacity: 0.5;
}

#FeaturedSection #FeaturedSectionControls img:hover {
    opacity: 1;
}

/* clear float */
#FeaturedSection .featuredsectionclearfloat {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}








/******************** FILLER SECTION ********************/                                
#FillerSection {                                                                   
    width: calc(100% - 70px); 
    height: 750px; 
    margin-top: 200px;
    position: relative;
    left: 35px;
}

/* rect */
#FillerSectionRect {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 9;
    border: 1px solid #67b3db; 
}

/* image */
#FillerSectionImage {
    height: 100%;
    width: calc(100% - 200px);
    position: absolute;
    top: 0px;
    left: 100px;
    z-index: 99; 
    overflow: hidden;
}

#FillerSectionImageOuter {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    height: calc(100% + 150px);
    background-image: url("../../Assets/Images/2.png");    
}

#FillerSectionImageOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: #67b3db;
    opacity: 0.85;
}

/* content */
#FillerSectionContent {
    width: 650px;
    height: auto;
    position: absolute;
    top: calc(50% - 160px);
    left: calc(50% - 325px);   
    z-index: 999; 
    text-align: center;
}

#FillerSectionContent #FillerSectionLogo {
    display: block; 
    width: 100px;
    height: auto; 
}

#FillerSectionContent h2 {  
    margin-top: 60px;
    padding-top: 50px;
    word-spacing: 2px;
    font-size: 30px;
    font-weight: 900;
    border-top: 1px solid rgba(255,255,255,0.3);
    color: white;
}







