/*************************************************
************  SECTION PRODUCT CHANGE  ************
*************************************************/

.section-product-change{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-product-change h2{
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
}
.section-product-change h3{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: bold;
}
.section-product-change p{
	font-size: 15px;
	width: 95%;
	text-align: center;
	padding-bottom: 20px;
	margin: 0 auto;
}
.section-product-change img{
	max-width: 460px;
	margin-top: 25px;
}
.section-product-change ul li{
	list-style: none;
	margin-left: -40px !important;
}
.section-product-change ul li p{
	text-align: left;
	padding-bottom: 10px;
}


/* For Mobile */
@media(max-width:320px){
	.section-product-change img{
		max-width: 350px;
		margin: 0 auto;
		padding-top: 10px;
	}
}
/* For Small Tablets */
@media(min-width:321px) and (max-width:767px){
	.section-product-change img{
		max-width: 350px;
		margin: 0 auto;
		padding-top: 10px;
	}
}
/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.section-product-change img{
		max-width: 300px;
		padding-top: 50px;
		margin: 0 auto;
	}
}


/*************************************************
***************  SECTION PRODUCT  ****************
*************************************************/

.section-product{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-product h2, .process h1{
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
}
.process img{
	max-width: 80%;
	margin: 0 auto;
}
.process{
	padding-bottom: 30px;
}
.section-product h3{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.section-product ul li p{
	padding-bottom: 10px;
	padding-top: 0px;
}
/*.section-product p{
	font-size: 15px;
	width: 95%;
	padding-top: 30px;
} */
.section-product img{
	max-width: 350px;
	margin-top: 20px;
}
.section-product ul li{
	list-style: none;
	margin-left: -40px !important;
}
.section-product #layer1{
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
	height: 80%;
	background-image: url(../img/unnamed-800x445.png);
	background-size: cover;
	
}
/* For Mobile */
@media(max-width:320px){
	.section-product p{
		text-align: center;
		margin: 0 auto;
	}
	.section-product ul li p{
		text-align: left;
	}
	.section-product h2{
		padding-bottom: 0px;
	}
	.section-product img{
		padding-top: 20px;
		margin: 0 auto;
	}
	.process img{
		max-width: 100%;
		margin: 0 auto;
	}
}
/* For Small Tablets */
@media(min-width:321px) and (max-width:767px){
	.section-product p{
		text-align: center;
		margin: 0 auto;
	}
	.section-product ul li p{
		text-align: left;
	}
	.section-product h2{
		padding-bottom: 0px;
	}
	.section-product img{
		padding-top: 20px;
		margin: 0 auto;
	}
	.process img{
		max-width: 100%;
		margin: 0 auto;
	}
}
/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.section-product img{
		padding-top: 50px;
		margin: 0 auto;
	}
}

/* For Large Desktop */
@media(min-width:1096px){

}


/*************************************************
***************  SECTION FEATURE  ****************
*************************************************/

.section-feature{
	background-color: #F7F8F9;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.section-feature h2{
	font-size: 22px;
}
.section-feature p{
	font-size: 15px;
	width: 95%;
}
.section-feature img{
	max-width: 490px;
	margin-top: 25px;
}
.section-feature ul li{
	list-style: none;
	margin-left: -40px !important;
}
/* For Mobile */
@media(max-width:320px){
	.section-feature img{
		max-width: 350px;
		margin: 0 auto;
		padding-top: 10px;
	}
}
/* For Small Tablets */
@media(min-width:321px) and (max-width:767px){
	.section-feature img{
		max-width: 350px;
		margin: 0 auto;
		padding-top: 10px;
	}
}
/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.section-feature img{
		margin-top: 50px;
	}
}

/* For Large Desktop */
@media(min-width:1096px){

}


/*************************************************
***************  SECTION THREE  ******************
*************************************************/

.section-three{
	position: relative;
	overflow: hidden;
	background-color: transparent;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-three h2{
	font-size: 20px;
}
.section-three p{
	font-size: 15px;
	width: 95%;
}
.section-three span{
	color: #478DD2;
}
.section-three .content-right{
	margin-top: 60px;
}
.section-three .content img{
	max-width: 400px;
	margin: 0 auto;
}
.section-three .content-right img{
	max-width: 200px;
}
.section-three h3{
	font-size: 20px;
}
.section-three .btn{
	padding: 5px 10px 5px 10px;
	color: black;
	font-family: 'Poppins', sans-serif;
	transition: 0.25s all ease;
	font-size: 14px;
}
.section-three .btn1{
	border: 2px solid #FF83B6;
}
.section-three .btn2{
	border: 2px solid #76CD6F;
}
.section-three .btn1:hover{
	background-color: #D3598B;
	transition: 0.25s all ease;
	color: white;
}
.section-three .btn2:hover{
	background-color: #25AE60;
	transition: 0.25s all ease;
	color: white;
}
.section-three #layer1,#layer2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: -1;
}
@keyframes anime {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-25px);
	}
	100% {
		transform: translatey(0px);
	}
}
@-webkit-keyframes anime {
    0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-25px);
	}
	100% {
		transform: translatey(0px);
	}
}

.section-three #layer1:before{
	content: '';
	position: absolute; 
	background: url('../img/finding-shap.png'); 
	background-size: cover;
	width:100%;
	height: 150%;
	background-repeat: no-repeat;
	right: 30%; 
	top: 5%;
	animation: anime 6s ease-in-out infinite;
	-webkit-animation: anime 6s ease-in-out infinite;
}
.section-three #layer2:before{
	content: '';
	position: absolute; 
	background: url('../img/conection-shap.png'); 
	width:100%;
	height: 150%;
	background-repeat: no-repeat;
	left: 70%; 
	top: -30%;
	animation: anime 2s ease-in-out infinite;
	-webkit-animation: anime 2s ease-in-out infinite;
}
/* For Mobile */
@media(max-width:320px){
	.section-three .content-right{
		margin-top: 0px;
	}
	.section-three h1{
		font-size: 20px;
	}
	.section-three .content-right img{
		max-width: 200px;
	}
}
/* For Small Tablets */
@media(min-width:321px) and (max-width:767px){
	.section-three .content-right{
		margin-top: 0px;
	}
	.section-three h1{
		font-size: 20px;
	}
	.section-three .content-right img{
		max-width: 200px;
	}
	
}
/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.section-three img{
		max-width: 300px;
	}
}

/* For Large Desktop */
@media(min-width:1096px){

}

/*************************************************
****************  SECTION FIVE  ******************
*************************************************/
.section-five{
	background: -webkit-linear-gradient(to top, #F4F4F4, white);
	background: linear-gradient(to top, #F4F4F4, white);
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
}
.section-five h2{
  	font-size: 22px;
	padding-bottom: 10px;
	text-align: center;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/**=========================================**/
/**===========  SECTION-BIGIMAGE  ==========**/
/**=========================================**/

.section-demo .wow:hover{
	cursor: pointer;
}
.section-demo h1{
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}
#bigImage{
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	top: 0px;
	left: 0;
	display: none;
	z-index: 999999;
}
#bigImage img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
}
#bigImage #image{
	max-width: 22% !important;
}
#close{
	height: 40px;
	width: 45px;
	position: absolute;
	top: 50px;
	right: 80px;
}
#close:hover{
	cursor: pointer;
}
#line{
	height: 30px;
	width: 2px;
	background-color: white;
	border-radius: 10px;
	transform: rotate(45deg);
	margin-left: 20px;
}
#line:before{
	content: '';
	height: 30px;
	width: 2px;
	background-color: white;
	border-radius: 10px;
	transform: rotate(-90deg);
	position: absolute;
}
#next{
	height: 100px;
	width: 30px;
	background-color: white;
	font-family: fantasy;
	font-size: 17px;
	text-align: center;
	line-height: 100px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%);
}
#next:hover{
	cursor: pointer;
}
#pre{
	height: 100px;
	width: 30px;
	background-color: white;
	font-family: fantasy;
	font-size: 17px;
	text-align: center;
	line-height: 100px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(50%);
}
#pre:hover{
	cursor: pointer;
}

/* For Mobile */
@media(max-width:320px){
	#bigImage img{
		max-width: 300px;
	}
	#bigImage #image{
		max-width: 200px !important;
	}
	#close{
		top: 100px;
	}
	#next{
		height: 50px;
		line-height: 50px;
	}
	#pre{
		height: 50px;
		line-height: 50px;
	}
}

/* For Small Tablets */
@media(min-width:321px) and (max-width:767px){
	#bigImage img{
		max-width: 300px;
	}
	#bigImage #image{
		max-width: 200px !important;
	}
	.section-demo img{
		max-width: 200px;
		margin: 0 auto;
	}
	#close{
		top: 100px;
	}
	#next{
		height: 50px;
		line-height: 50px;
	}
	#pre{
		height: 50px;
		line-height: 50px;
	}

}

/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){

}

/* For Large Desktop */
@media(min-width:1096px){
	
}

@media(min-width: 768px)and (max-width: 991px){

}