/******************** WELCOME SECTION *********************/                                               
#WelcomeSection {                                               
	width: 100%;
	height: 100vh; 
	position: relative;
	overflow: hidden;
}

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

/* image */
#WelcomeSection #WelcomeImage {
    background-image: url("../../Assets/Video/welcome.gif");
    z-index: 9;
    opacity: 0.4;
}

/* particles */ 
#WelcomeSection #WelcomeParticles {
    z-index: 99; 
    opacity: 0.3;      
} 

/* overlay */
#WelcomeSection #WelcomeOverlay { 
	z-index: 999; 
	opacity: 0.7; 
	background-color: #00b1f1;
}  
  
/* logo */
#WelcomeSection #Logo {    
	width: 300px;
	height: auto;  
	position: absolute;
	top: calc(50% - 80px);
	left: calc(50% - 150px);  
	z-index: 1;
}

/* cta */
#WelcomeSection #CTA {
    width: 100px;
    height: 50px;
    padding-top: 14px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: black;
    border-bottom: 5px solid rgb(225,225,225);
    transition: 1s;
}

#WelcomeSection #CTA:hover {
    color: rgb(225,225,225);  
    border-bottom: 5px solid black;
}
  






         
/******************** MISSION SECTION *********************/         
#MissionSection {                         
    width: 100%;  
	height: 550px;
	position: relative; 
	margin-top: 30px;
    background: linear-gradient(to bottom, white, rgb(245,245,245));
}  
  
/* col */ 
#MissionSection .col {
	width: calc(50% - 45px);
	height: 700px;
	position: absolute;
	top: 0px;
}

/* img */
#MissionImageCol {
	overflow: hidden;
	left: 30px;
}

#MissionImageCol #Image { 
    width: 100%;
	height: calc(100% + 200px);
	position: absolute;
	bottom: 0px; 
	background-image: url("../../Assets/Images/mission.jpg");
	background-position-y: 0%; 
} 

/* overlay */ 
#MissionImageCol #Overlay { 
    background-color: rgba(0,0,0,0.2);   
}

/* divider */
#MissionImageCol #Divider {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: calc(50% - 15px); 
    background: linear-gradient(to bottom, white, rgb(245,245,245));
}

/* cont */
#MissionContCol {
	right: 30px;   
	text-align: left; 
}

/* cont inner */
#MissionContCol #ContInner { 
	width: 450px;
    position: relative;
    top: calc(50% - 265px);      
}

/* header */
#MissionContCol #Head {
	font-size: 35px;  
	line-height: 1; 
	color: #00b1f1;
}

#MissionContCol #Head #TypewriterTextTwo {
	color: rgba(0,177,241,0.5);
	font-size: 25px;
	font-weight: 300 !important;
} 
 
/* par */
#MissionContCol p { 
	margin-top: 15px;
	font-size: 14px;
	font-weight: 300;
	color: rgb(100,100,100); 
}

#MissionContCol p.first {
	margin-top: 50px !important;
}  

/* curve */
#MissionCurve { 
    width: 100%;
    height: auto;
    padding-top: 200px; 
    background: rgb(245,245,245);
}

#MissionCurve img {
   display: block;
   width: 100%;
   height: auto;
}

 





      
/******************** FEATURED SECTION ********************/                      
/* section */ 
#FeaturedSection {                                                                                   
	width: 100%;
    height: 700px;  
    background-color: white; 
} 

/* carousel */
#FeaturedCarousel {   
    width: 500px !important;
    height: 500px !important;
    position: absolute;
    top: calc(50% - 295px);
    left: calc(50% - 250px);
    z-index: 9;  
    overflow: hidden;  
    border: 1px solid rgba(0,177,241,0.5);
    transition: 2s;
}

#FeaturedCarousel .carouselsec {   
   display: none;
   width: 100%;
   height: 100%; 
   position: absolute;
   bottom: 0px;
   left: -100%;  
   z-index: 9;    
   overflow: hidden;    
   opacity: 0.9 !important;   
} 

#FeaturedCarousel .carouselsec.first {
   display: block;
   left: 0px; 
}

/* img */  
#FeaturedCarousel .carouselsec .carimg {
   width: 100%;
   height: 100%; 
   position: absolute; 
   top: 0px; 
   left: 0px;
   z-index: 9;
   background-position-x: 50%; 
   background-position-y: 50%;   
   background-size: cover;    
}
  
/* images */      
#FeaturedCarSec1 .carimg {     
   background-image: url("../../Assets/Images/Products/1.jpg");
}

#FeaturedCarSec2 .carimg {
   background-image: url("../../Assets/Images/Products/2.jpg");
}

#FeaturedCarSec3 .carimg {
   background-image: url("../../Assets/Images/Products/3.jpg");
} 

#FeaturedCarSec4 .carimg {
   background-image: url("../../Assets/Images/Products/4.jpg");
}

#FeaturedCarSec5 .carimg {
   background-image: url("../../Assets/Images/Products/1.jpg");
}

#FeaturedCarSec6 .carimg {
   background-image: url("../../Assets/Images/Products/2.jpg");
}
 
/* carousel overlay */
#FeaturedOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
	background-color: rgba(255,255,255,0.3); 
}

/* content */
#FeaturedSection .carouseloverlay { 
   position: absolute;
   bottom: 0px;
   left: 0px; 
   z-index: 999;
   cursor: pointer; 
}

/* p */
#FeaturedSection .carouseloverlay p {  
   width: 500px;
   height: auto;
   padding: 29px 0px 29px;
   position: absolute;
   top: 552px;
   left: calc(50% - 250px); 
   z-index: 9;
   cursor: pointer;
   text-align: center; 
   font-weight: 900;
   font-variant: small-caps;
   line-height: 1.2;
   color: black;
   border-bottom: 1px solid rgba(0,177,241,0.5);     
   transition: 400ms;     
} 

#FeaturedSection .carouseloverlay p strong {
   font-size: 20px;
}

#FeaturedSection .carouseloverlay p span {
   font-size: 15px; 
   font-weight: 300; 
}

#FeaturedSection .carouseloverlay p:hover {
   border-bottom: 5px solid rgb(0,177,241);
   color: rgb(0,177,241);
} 

/* controls */ 
.carouselcontrols {
   width: 700px;
   height: 40px;
   position: absolute;
   top: calc(50% - 65px); 
   left: calc(50% - 350px); 
}

.carouselcontrols .inner {
   width: 100%; 
   height: 40px;
}

.carouselcontrols .controls {
   display: inline-block;
   height: 40px;
   opacity: 0.2;
   cursor: pointer;
   transition: 500ms;
}

.carouselcontrols .controls.right {
   float: right;
}

.carouselcontrols .controls.left {
   float: left;
}

.carouselcontrols .controls:hover {
   opacity: 1;
   transform: scale(1.1);
} 


   
 




/******************** REVIEW SECTION *********************/                   
#ReviewSection {                         
    width: calc(100% - 60px); 
	height: 650px;
	margin-top: 30px;
	position: relative; 
}  
  
/* col */ 
#ReviewSection .col {
	width: 50%;
	height: 100%; 
	position: absolute;
	top: 0px; 
}

/* img */
#ReviewSection .col.img {
	overflow: hidden;
	left: 0px;
}

#ReviewSection .col.img #Image { 
    width: 100%;
	height: calc(100% + 200px);
	position: absolute;
	bottom: 0px; 
	background-image: url("../../Assets/Images/quote.jpg");
	background-position-y: 0%;  
} 

/* overlay */ 
#ReviewSection .col.img #Overlay { 
    background-color: rgb(0,0,0,0.2); 
}

/* cont */
#ReviewSection .col.cont {
	right: 0px;    
	border: 1px solid rgb(235,235,235);
}

/* cont inner */
#ReviewSection .col.cont #ContInner { 
	width: 450px; 
	height: 400px;
    position: relative;
    top: calc(50% - 210px);      
}

/* header */
#ReviewSection .col.cont #Head {
	text-align: center;
	line-height: 1; 
	font-size: 35px;  
	font-weight: 300;
	color: #00b1f1;
}

#ReviewSection .col.cont #Head #TypewriterTextFour {
	font-weight: bold;
} 

/* carousel */
#ReviewSection #Carousel {
    height: 300px;
    top: auto;
    bottom: 0px;
    overflow: hidden;  
    border-top: 1px solid rgb(235,235,235);
    border-bottom: 1px solid rgb(235,235,235);
}

#ReviewSection .car-el {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px; 
} 

/* col */  
#ReviewSection .carcol {    
	opacity: 0;    
} 
 
#ReviewSection .carcol.active {
	opacity: 1;
}  

/* content */
#ReviewSection .carcol .content {
    width: 300px; 
    position: absolute;
    left: calc(50% - 150px); 
    text-align: center;
}

#ReviewSection .carcol .content p {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: rgb(100,100,100);
}

#ReviewSection .carcol .content h2 { 
    font-size: 13px;
    color: black;  
}

#ReviewSection .carcol .content h2 span {
    padding-left: 15px;
    color: #00b1f1;  
}
 
/* overlay */
#ReviewSection #Overlay { 
	z-index: 9;    
} 
 
/* controls */
#ReviewSection #Overlay .control {
	height: 20px; 
	position: absolute;
	top: calc(50% - 10px); 
    opacity: 0.2;	
	cursor: pointer; 
	transition: 500ms; 
}
 
#ReviewSection #Overlay .control:hover {
	opacity: 1;   
}    
 
#ReviewSection #Overlay #Left { 
	left: 0px;
}

#ReviewSection #Overlay #Right { 
	right: 0px;
}
 
  
 
 
 
 
 
        
/******************** FOOTER SECTION ********************/      
#FooterSection {            
	width: 100%;     
	height: 600px; 
    position: relative;   	  
	overflow: hidden;      
}

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

/* info inner */
#FooterSection #InfoInner {
	height: 110px;
	position: relative;
	top: calc(50% - 75px);  
}

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

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

#FooterSection #InfoInner #SocialMedia .box:hover {
	opacity: 0.5; 
	transform: rotate(360deg);
}

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

/* content */
#FooterSection #InfoInner h2 {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 10px;
	color: black;
}
 
#FooterSection #InfoInner h2 span {
	padding: 0px 3px;
} 

#FooterSection #InfoInner h2 span.two {
    padding: 0px !important;
    font-size: 8px;
    font-weight: 300;
}

/* overlay */
#FooterSection #ContactSection .overlay {   
	position: absolute;
	z-index: 9;
}

#FooterSection #ContactSection .overlay.one {
	width: 100%;
	height: 300px;
}

#FooterSection #ContactSection .overlay.two {
	width: 50%;
	height: 100%;
	top: 0px;
}

#FooterSection #ContactSection #OverlayUpper {
	top: 0px;
	background: linear-gradient(to bottom, white, rgba(255,255,255,0));
}

#FooterSection #ContactSection #OverlayLower {
	bottom: 0px;
	background: linear-gradient(to top, white, rgba(255,255,255,0));
}

#FooterSection #ContactSection #OverlayRight  {
	right: 0px;
	background: linear-gradient(to left, white, rgba(255,255,255,0));
}

#FooterSection #ContactSection #OverlayLeft {
	left: 0px;
	background: linear-gradient(to right, white, rgba(255,255,255,0));
}