/*************************************************
****************  SECTION TWO  *******************
*************************************************/

.section-two{
	position: relative;
	background-color: white;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
}
.section-two h2{
	font-size: 20px;
	padding-bottom: 10px;
}
.section-two p{
	font-size: 15px;
	width: 95%;
}
.section-two label{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}
.section-two #layer1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.section-two textarea{
	resize: none;
}
.section-two .form-control{
	border-color: #81DED9;
}
.section-two form{
	padding: 10px;
}
.section-two .btn{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	width: 100%;
	background: #74ebd5;
	background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5);  
	background: linear-gradient(to right, #ACB6E5, #74ebd5);
	border-color: white !important;
}
.section-two .table{
	margin-top: 50px;
}
.section-two table tr td{
	border: 0px;
}
.section-two .content-right{
	padding-top: 40px;
}
.section-two .col-lg-6{
	z-index: 2;
}
.section-two #layer1:before{
	content: '';
	position: absolute; 
	background: url('../img/09.png'); 
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	left: 60%; 
	top: 20%;
	opacity: 0.3;
}

/*************************************************
***************  SECTION THREE  ******************
*************************************************/

.section-three{
	position: relative;
	margin-top: -120px;
	/*overflow: hidden;*/
	width: 100%;
	background-size: cover;
	/*height: 100%;*/
	/*background: #74ebd5;
	background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5);  
	background: linear-gradient(to right, #ACB6E5, #74ebd5);*/
	/*background: #1FA2FF; 
	background: -webkit-linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF);  
	background: linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF); */
	padding-top: 120px;
	padding-bottom: 50px;
	/*background: #4776E6;
	background: -webkit-linear-gradient(to right, #8E54E9, #4776E6);  
	background: linear-gradient(to right, #8E54E9, #4776E6);*/
}
.section-three .btn{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	width: 50%;
	background: #74ebd5;
	background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5);  
	background: linear-gradient(to right, #ACB6E5, #74ebd5);
	transition: 0.25s all ease;
	border: 0px;
	transition: 0.25s all ease;
	-webkit-box-shadow: 20px 17px 31px -14px rgba(0,0,0,0.6);
	-moz-box-shadow: 20px 17px 31px -14px rgba(0,0,0,0.6);
	box-shadow: 10px 12px 9px -14px rgba(0,0,0,0.6);
}
.section-three .btn:hover{
	-webkit-box-shadow: 20px 17px 31px -14px rgba(0,0,0,0.6);
	-moz-box-shadow: 20px 17px 31px -14px rgba(0,0,0,0.6);
	box-shadow: 20px 17px 31px -14px rgba(0,0,0,0.6);
	transition: 0.25s all ease;
}
.section-three h2{
	font-size: 30px;
}
.section-three p{
	font-size: 16px;
	width: 95%;
}
.section-three span{
	color: white;
}
.section-three .content-right{
	margin-top: 120px;
}
.section-three .content img{
	max-width: 550px;
	margin: 0 auto;
}
.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,#layer3,#layer4,#layer5{
	overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
@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'); 
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	right: 20%; 
	top: 20%;
	animation: anime 3s ease-in-out infinite;
	-webkit-animation: anime 3s ease-in-out infinite;
}
.section-three #layer2:before{
	content: '';
	position: absolute; 
	background: url('../img/conection-shap.png'); 
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	left: 80%; 
	top: -30%;
	animation: anime 2s ease-in-out infinite;
	-webkit-animation: anime 2s ease-in-out infinite;
}
.section-three #layer3:before{
	content: '';
	position: absolute; 
	background: url('../img/footer-shap.png'); 
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	left: 90%; 
	top: -20%;
	animation: anime 3s ease-in-out infinite;
	-webkit-animation: anime 3s ease-in-out infinite;
}
.section-three #layer4:before{
	content: '';
	position: absolute; 
	background: url('../img/footer-shap.png'); 
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	left: 82%; 
	top: 50%;
	animation: anime 3s ease-in-out infinite;
	-webkit-animation: anime 3s ease-in-out infinite;
}
.section-three #layer5:before{
	content: '';
	position: absolute; 
	background: url('../img/teamviewer-logo-icon-9.png'); 
	width: 50%;
	height: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	left: 40%; 
	top: 30%;
	opacity: 0.8;
	animation: anime 4s ease-in-out infinite;
	-webkit-animation: anime 4s ease-in-out infinite;
}

/* For Mobile */
@media(max-width:320px){
	.section-three .content-right{
		margin-top: 0px;
	}
	.section-three h2{
		font-size: 25px;
	}
	.section-three .content img{
		max-width: 300px;
		margin: 0 auto;
	}
	.section-three #layer1:before{
		background-size: contain;
	}
	.section-three{
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 30px;
	}
}
/* For Small Tablets */
@media(min-width:321px) and (max-width:767px){
	.section-three .content-right{
		margin-top: 0px;
	}
	.section-three h2{
		font-size: 25px;
	}
	.section-three .content img{
		max-width: 300px;
		margin: 0 auto;
	}
	.section-three #layer1:before{
		background-size: contain;
	}
	.section-three{
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 30px;
	}
}
/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.section-three img{
		max-width: 300px;
	}
	.section-three #layer5:before{
		width: 80%;
		height: 80%;
		left: 35%; 
		top: 5%;
	}
	.section-three .content{
		overflow: hidden;
	}
}

/* For Large Desktop */
@media(min-width:1096px){

}

/*************************************************
****************  SECTION FIVE  ******************
*************************************************/
.section-five{
	background-color: #F4F2FC;
	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 FOUR  ******************
*************************************************/

.section-four p{	
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin: 20px auto ;
	text-align: center;
}
.section-four{
	width: 100%;
	padding-top: 50px;
    padding-bottom: 80px;
	background-color: white;
}
.section-four h1{
	font-size: 22px;
	text-align: center;
}
.section-four .box h4{
	margin-top: 30px;
	-moz-margin-top: 30px;
	-webkit-margin-top: 30px;
	-ms-margin-top: 30px;
	-o-margin-top: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 17px;
}
.section-four h3{
	font-weight: bold;
	margin-top: 30px;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.section-four .box{
	border: 0.1px solid black;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 10px;
	cursor: pointer;
}
.section-four .box-1{
	background-color: #3399FF;
}
.section-four .box-2{
	background: linear-gradient(to left, #ffffff 0%, #ffccff 100%);
	background: -moz-linear-gradient(to left, #ffffff 0%, #ffccff 100%);
	background: -webkit-linear-gradient(to left, #ffffff 0%, #ffccff 100%);
	background: -ms-linear-gradient(to left, #ffffff 0%, #ffccff 100%);
	background: -o-linear-gradient(to left, #ffffff 0%, #ffccff 100%);
}
.section-four .box-3{
	background: linear-gradient(to left, #ffffff 0%, #ffcc99 100%);
	background: -moz-linear-gradient(to left, #ffffff 0%, #ffcc99 100%);
	background: -webkit-linear-gradient(to left, #ffffff 0%, #ffcc99 100%);
	background: -ms-linear-gradient(to left, #ffffff 0%, #ffcc99 100%);
	background: -o-linear-gradient(to left, #ffffff 0%, #ffcc99 100%);
}

.section-four .box-4{
	background: linear-gradient(to left, #ffffff 11%, #006699 100%);
	background: -moz-linear-gradient(to left, #ffffff 11%, #006699 100%);
	background: -webkit-linear-gradient(to left, #ffffff 11%, #006699 100%);
	background: -ms-linear-gradient(to left, #ffffff 11%, #006699 100%);
	background: -o-linear-gradient(to left, #ffffff 11%, #006699 100%);
}
.section-four .box-5{
	background: linear-gradient(to left, #ffffff 0%, #ff6666 100%);
	background: -moz-linear-gradient(to left, #ffffff 0%, #ff6666 100%);
	background: -webkit-linear-gradient(to left, #ffffff 0%, #ff6666 100%);
	background: -ms-linear-gradient(to left, #ffffff 0%, #ff6666 100%);
	background: -o-linear-gradient(to left, #ffffff 0%, #ff6666 100%);
}
.section-four .box-6{
	background-color: #3399FF;
}
.section-four .box-7{
	 background: linear-gradient(to left, #ffffff 11%, #ffff66 100%);
	background: -moz-linear-gradient(to left, #ffffff 11%, #ffff66 100%);
	background: -webkit-linear-gradient(to left, #ffffff 11%, #ffff66 100%);
	background: -ms-linear-gradient(to left, #ffffff 11%, #ffff66 100%);
	background: -o-linear-gradient(to left, #ffffff 11%, #ffff66 100%);
}
.section-four .box-8{
	background: linear-gradient(to left, #ffffff 11%, #99ccff 100%);
	background: -moz-linear-gradient(to left, #ffffff 11%, #99ccff 100%);
	background: -webkit-linear-gradient(to left, #ffffff 11%, #99ccff 100%);
	background: -ms-linear-gradient(to left, #ffffff 11%, #99ccff 100%);
	background: -o-linear-gradient(to left, #ffffff 11%, #99ccff 100%);
}
.section-four .box-9{
	background: linear-gradient(to bottom, #ffffff 0%, #99ffcc 100%);
	background: -moz-linear-gradient(to bottom, #ffffff 0%, #99ffcc 100%);
	background: -webkit-linear-gradient(to bottom, #ffffff 0%, #99ffcc 100%);
	background: -ms-linear-gradient(to bottom, #ffffff 0%, #99ffcc 100%);
	background: -o-linear-gradient(to bottom, #ffffff 0%, #99ffcc 100%);
}

/* For Mobile */
@media(max-width:320px){
	.section-three h3{
		text-align: center;
		margin-top: 30px;
	}
}

/* For Small Tablets */
@media(min-width:321px) and (max-width:767px){
	.section-three .box{
		margin-bottom: 30px;
	}
	.section-three h3{
		text-align: center;
	}
}

/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.section-four{
		width: 100%;
	}
	.section-four h3{
		text-align: center;
	}
}

/* For Large Desktop */
@media(min-width:1096px){
	
}















