/*!
Theme Name: X-PLUS
Theme URI: http://xplus.com/
Author: xplus.com
Author URI: http://xplus.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: x-plus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

X-PLUS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
  
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	margin-bottom:0;	
}

/* remember to define focus styles! */
:focus { 
outline: 0; 
}


/* --------------- remove apple's default styling --------------- */
	input[type="text"]{
		border-radius:0;
		padding:1px 0 1px 2px;
		-webkit-appearance: none;
	}
	
	input[type="button"],input[type="submit"],textarea{
		border-radius:0;
		-webkit-appearance: none;
	}
	
/* --------------- common input style --------------- */	
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="submit"],
	select,textarea{	
		border:0;
		margin:0;
		font-family: 'Poppins', sans-serif;
	}	
	
	::-webkit-input-placeholder {
		color:#888888;
	}
	:-moz-placeholder {
		color:#888888;
	}
	::-moz-placeholder {
		color:#888888;
	}
	:-ms-input-placeholder {  
		color:#888888;
	}
	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5{
	
}
p{
	font-size:16px;
	line-height:26px;
	color:#fff;
}
a{
	text-decoration:none;
	color:inherit;
}
li{
	list-style-type:none;
}
hr{
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:1px solid #888888;
}
body{
	margin:0 auto;
	font-family: 'Poppins', sans-serif;
  	color:#fff;
}

 


/* --------------- common class --------------- */
#main-wrapper{
	margin:0 auto;	
	overflow:hidden;
} 
#header-wrapper {
	margin:0 auto;
	position:absolute; 
	top:0;
	z-index:999;
	width:130px;
	background-color:#03aebc;
}
#content-wrapper{
	position:relative;
	clear:both;
	background-color:#eee;
	height:500px;
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  	background-repeat:no-repeat;
  	background-position:center;
}
#footer-wrapper{
	clear:both;
	overflow:hidden;
}
.page-content{
	padding:80px;
}
.page-content .row{
	padding: 30px;
    background-color:#03aebcb8;
  	overflow:hidden;
}
.page-content p{
	margin-bottom:20px;
}

/* ---------------------------- header section ---------------------------- */

#header-wrapper h1{
	text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
   /* letter-spacing: 3px;  */
    line-height: 13px;
    margin-bottom: 6px;
}
#social-icon-wrapper{
	position:absolute;
	top: 19px;
	z-index:999;
}
#social-icon-wrapper  a{
	background-color:#03aebc;
	color:#fff;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-khtml-border-radius:20px;
  	margin-left: 4px;
    font-size: 20px;
  	cursor: pointer;
}
#header-wrapper .row{
	position:relative;
	padding-top:112px;
}
.footer-text{
	position:absolute;
	bottom:13px;
	left:0;
	width:100%;
	font-size:7px;
	color:#fff;
	text-align:center;
	line-height:inherit;
}
#mobile{
	display:none;
}

/* --------------- main menu section --------------- */
.menu-holder{
	clear:both;	
}
#menu-button{	
	display:none;
	width:34px;
	height:34px;
}
#main-menu li{
    font-size: 16px;
    vertical-align: middle;
  	margin-bottom: 7px;
}
#main-menu li a{
	font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 15px 0 15px 0;
}
#main-menu li label{
	display:block;
	text-align:center;
	color:#fff;
  	font-size: 26px;
    margin-bottom: 3px;
}
#main-menu li a span{
	display:block;
	font-size:10px;
	color:#a5a5a5;
}
#main-menu li:hover a{
	color:#03aebc;
	background-color:#fff;
}
#main-menu li:hover a label{
	color:#03aebc;
}

/* --------------- banner section --------------- */
#banner-wrapper{
	position:relative;
  	background-image: url(assets/inc_files/images/banner.jpg);
	background-position:center;
}
#banner-wrapper .row{
	width: 500px;
    margin: 0 auto;
}
#main-slider li{
	height:940px;
  	position: relative;
}
.lSGallery{
	position:absolute;
	top:0;
	left:0;
}
.lSGallery li{
	-moz-border-radius:80px;
	-webkit-border-radius:80px;
	border-radius:80px;
	-khtml-border-radius:80px;	
}
.lSGallery li img{
  	height:auto;
}
.lSGallery li a{
	margin:10px;
  	width: 180px;
    height: 180px;
  	text-align: center;
  	margin: 0 auto;
  	display: block;
  	background-image: url(assets/inc_files/images/icon-bg.png);
	background-position:center; 
}
.lSGallery li a img{
	margin:0 auto;
}
.lSAction > a{
	width:47px;
	height:18px;
	background-position:center;
	background-repeat:no-repeat;
}
.lSAction > .lSNext {    
    
}
.lSSlideOuter .lSPager.lSGallery img{
	display: block;
    vertical-align: middle;
    padding-top: 61px;
}
.lSAction > .lSNext{
	background-image: url(assets/inc_files/images/next.png);
	background-position:center; 
	right:0;
}
.lSAction > .lSPrev{
	background-image: url(assets/inc_files/images/prev.png);
	left:0;
}


/* --------------- banner wrapper --------------- */
#home-banner-text{
position:absolute;
  bottom:38px;
  width:880px;
}
.product-banner-text{
  position:absolute;
  bottom:8px; 
  width:500px;
}
#home-banner-text h5{
	font-size: 1.1rem;
    color: #000;
    text-transform: uppercase;
    /* letter-spacing: 6px; */
    background-color: #03aebc;
    padding: 5px;
}
#home-banner-text h3,
.product-banner-text h3{
	font-size:48px;
	color:#03aebc;
}
#home-banner-text p,
.product-banner-text p{
	/*background-color: #03aebc;*/
    margin-bottom: 30px;
    padding: 10px;
    color: #fff;
    background-image:url(assets/inc_files/images/description-transparent-bg.png);
}
#home-banner-text a{
	font-size:15px;
	color:#fff;
	background-color:#03aebc;
	padding:12px 20px;
}

#lslide-image {
  
    height: 100%;    
  	width: 100%;


}
/* --------------- contact form --------------- */
.contact-details{
	width: 48%;
    float: left;
}
.contact-details h6{
	font-size: 40px;
    margin-bottom: 30px;
}
#contact-form{
  	width:48%;
  	float:right;
}
#contact-form label{
    width:110px;
    color:#4a453f;
}
#contact-form p{
	clear:both;
  	margin-bottom:8px;
  	overflow: hidden;
}
#contact-form p br{
	display:none;  
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="password"],
#contact-form textarea{
   	vertical-align: middle;
  	padding:0 	18px;
    letter-spacing: 1px;
    width:100%;
    border:1px solid #d4d4d4;
    height:42px;
}
#contact-form textarea{
	height:132px;
  	padding-top:10px;
  	width:100%;
}
#contact-form input[type="submit"] {
    background-color: #0e4c48;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 170px;
    vertical-align: middle;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="password"]:focus,
#contact-form textarea:focus{ 
	border:1px solid #8c728b;
}
#contact-form input[type="text"].wpcf7-not-valid,
#contact-form input[type="email"].wpcf7-not-valid,
#contact-form input[type="password"].wpcf7-not-valid,
#contact-form textarea.wpcf7-not-valid{
	border:1px solid #fb6172;
}
#contact-form .wpcf7-not-valid{
	
}
#contact-form span.wpcf7-not-valid-tip{
	display:none;
}
#contact-form br{
	display:none;
}
#contact-form .wpcf7-form-control-wrap{
	margin-bottom: 15px;
  	display: block;
}
#contact-form div.wpcf7-validation-errors {
   	border: 0;
    padding: 10px 10px;
    margin: 40px 0 0 0;
    background-color: #d43345;
    color: #fff;
}
#contact-form div.wpcf7-mail-sent-ok {
    border: 0;
    padding: 10px 10px;
    margin: 40px 0 0 0;
   	background-color: #27ad82;
    color: #fff;
}


.contact-details .col{
	position:relative;
  padding-left:40px;
  margin-bottom:20px;
}	
.contact-details .col span{
	position:absolute;
  left:0;
  top:0;
  font-size: 25px;

}

#imgbannerallproducts{
	margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

/*preload*/
.preloader-plus {
    background-color:  transparent!important;  
}

/*bubles*/
section{
	position: inherit; /*inherit*/
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background:transparent;  		
	display: flex;
	justify-content: center;
	align-items: center;
  	z-index:-9999999;
}
section span{
	position: fixed;/*absolute;*/
	bottom: -50px;
	background: transparent;
	border-radius: 50%;
	pointer-events: none;
	box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
	animation: animate 4s linear infinite;
}
section span:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	transform:scale(0.25)translate(-70%,-70%);
	background: radial-gradient(#ffffff,transparent);
	border-radius:50%;
}

@keyframes animate{
  0%{
      transform: translateY(0%);
      opacity: 1;
  }
  99%{
      opacity: 1;
  }
  100%{
      transform: translateY(-1200%);
      opacity: 0;
  }
}

.about h6{
    font-size: 40px;
    margin-bottom: 30px;
}




@media screen and (min-width:0px) and (max-width:1024px){
    .page-content {
    	padding:100px 15px;
	}
  #home-banner-text p, .product-banner-text p {
     /* This is a single-line comment 	
    	height: 120px;
    	overflow: auto; 
    */
  }

}
@media screen and (min-width:0px) and (max-width:768px){
    .contact-details {
        width:100%;
        float:none;
    }
  	#contact-form {
      width:100%;
      float: none;
  }
  #main-logo img{
  	width:90px;
  }
  #header-wrapper h1{
	display: none;
  	position: absolute;
    left: 15px;
    top: 70px;
  } 
 #header-wrapper{
   width:100%;
   background-color:transparent;
   height:auto!important;
}
  #content-wrapper{
  	margin-left:0;
  }
  
  #imgbannerallproducts{
  	width:100%;
    left:0!important;
    top:95px!important;
  }
  #home-banner-text,
  .product-banner-text{
    position: absolute;
    left: 15px;
    width: auto;
    bottom: 100px;

}
  #home-banner-text h3, 
  .product-banner-text h3{
  	font-size:34px;
  }
  
  .lSGallery {
    position: absolute;
    bottom: 40px;
  }
  
  #dextop{
  		display:none;
  }
  #mobile{
  		display:block;
    	background-color: #03aebc;
    	padding: 10px 0;
    	bottom:0;
  }
  .contact-details h6 {
    font-size: 29px;
    margin-bottom: 12px;
}
  
  
  

}


@media screen and (min-width:0px) and (max-width:500px){

 
  
  .lSGallery li a {
    width: 100px;
    height: 100px;
    background-position: center;
    -webkit-background-size: 100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
  .lSSlideOuter .lSPager.lSGallery img {
    padding-top: 28px;
    width: 42px;
}
}
@media screen and (min-width:0px) and (max-width:768px){
	
	/* ------------ menu section ------------ */
		
	.menu-holder{
		float:none;
		margin-left:0;
		padding-top:0;
	}
	#menu-button{
		display: block;
    margin: 0;
    font-size: 33px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 9999;
	}	
	
	#menu-wrapper{
		display:none;
		height:auto;	
		border:0;
		width:100%;
		position:absolute;
		top:0;
		padding:0;
		z-index: 999;
      background-color:#03aebc;
      padding-top: 62px;
	}
	#main-menu{
		height:auto;
	}	
	#main-menu li{
		float:none;		
		position:relative;
		width:100%;
		height:auto;
		margin:0;
		display:block;	
      	border-bottom: 1px solid #79c2c7;
		
	}
	#main-menu li.last-child{
		border-bottom:0;
	}
	#main-menu li:after{
		content:"";
		display:none;
	}
	.nav-parent span{
		position:absolute;
		top:12px;
		right:15px;
		cursor:pointer;
		width: 30px;
		height: 30px;
	}
	
	#main-menu li a {
		line-height:30px;
		padding:5px 22px 5px 22px;
		float:none;
		height:auto;
		margin:0;
		background:none;
		display:block;
		font-size: 12px;
		text-transform: uppercase;
		text-align:center;
	}
	
	#main-menu li:hover ul{
		display:none;
	}	
	#main-menu li ul{
		top:0;
		left:0;
		width:100%;	
		padding:0;
		position:relative;
		overflow:hidden;
		border:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-khtml-border-radius:0;
		display:none;
	}	
	#main-menu li ul .dropdown-icon{
		display:none;
	}
	#main-menu li ul li{				
		border:0;
	}
	#main-menu li ul li a{
		padding-left:46px;
		width:auto;
		color:#fff;
	}
	#main-menu li ul li ul li a{
		padding-left:70px;
	}
  
  #main-menu li label {
    display: inline-block;
   margin-bottom:0; 
    margin-right: 11px;
    vertical-align: middle;
}
}

