body{
	background-color: #fff;
}
header{
	background-color: #b90161;
	height: 200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
header #logo{
	width: 100%;
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	animation: rotate 10s infinite;
}
#banner{
	width: 100%;
	height: 700px;
	background-image: url('../img/bg.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 50px;
	position: relative;
}
#banner .girl{
	position: absolute;
	bottom: 0px;
	right: 10%;
	
}
#banner .graphic{
	position: absolute;
    bottom: 0px;
    right: 28%;
    z-index: 1;
}
#banner h1{
	font-family: 'Ubuntu', sans-serif;
	font-size: 61pt;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
#banner h2{
	font-size: 20px;
	color: #fff;
	/*text-transform: uppercase;*/
	font-weight: 600;
}
#banner h2 span{
	margin-left: 25px;
	margin-right: 25px;
	color: #fff;
}
#banner h2 b{
	font-size: 33px;
	color: #b90161;
}
#banner .banner-btn{
	display: table;
	margin-left: auto;
	margin-right: auto;
	background-color: #000100;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	width: 100%;
	max-width: 350px;
	line-height: 65px;
	margin-top: 50px;
	border-radius: 50px;
	transition: 0.6s;
	z-index: 3;
		position: relative;
}
#banner .banner-btn:focus{
	text-decoration: none;
}
#banner .banner-btn:hover{
	text-decoration: none;
	background-color: #b90161;
	transition: 0.6s;
}
#content-one{
	background-color: #eeeeef;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#content-one img{
	border-bottom: 4px solid #e2e3e4;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
#content-one p{
	font-size: 25px;
	color: #787b80;
	margin-bottom: 0;
	line-height: 30px;
}
#content-two{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
#content-two h4{
	font-size: 26px;
	text-align: center;
	max-width: 945px;
	margin-left: auto;
	margin-right: auto;
}
#content-one .btn-green{
	margin-left: auto;
	margin-right: auto;
}
#content-two img{
	width: 100%;
}
#content-two h3{
	text-transform: uppercase;
	font-size: 30px;
	color: #384048;
	display: table;
	width: 100%;
	max-width: 400px;
	padding-bottom: 0px;
	padding-top: 40px;
}
#content-two .list{
	font-size: 20px;
	color: #787b80;
	list-style: none;
	padding-left :0px;
	margin-top: 50px;
}
#content-two .list li i,#content-tree i,#content-four i,#content-five i,#content-six i{
	color: #e91e94;
}
#content-tree{
	background-image: url('../img/content-treeimg.jpg');
	background-size: auto 100% ;
	background-repeat: no-repeat;
	background-position: center right;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f2f2f3;
}
#content-tree h3{
	font-size: 30px;
	color: #384048;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#content-tree p{
	font-size: 18px;
	color: #787b80;
}
.btn-green{
	display:table;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	color: #fff;
	background-color: #540bb0;
	border-radius: 50px;
	font-size: 16px;
	transition: 0.6s;
	margin-top: 40px;
}
.btn-green:hover{
	text-decoration: none;
	background-color: #333;
	transition: 0.6s;
	color: #fff;
}
#content-four{
	background-image: url('../img/content-fourimg.jpg');
	background-size: auto 100% ;
	background-repeat: no-repeat;
	background-position: center right;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fbfbfb;
}
#content-four .container{
	
}

#content-four h3{
	font-size: 30px;
	color: #384048;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#content-four p{
	font-size: 18px;
	color: #787b80;
}




#content-five{
	background-image: url('../img/content-fiveimg.jpg');
	background-size: auto 100% ;
	background-repeat: no-repeat;
	background-position: center right;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f2f2f3;
}
#content-five .container{
	
}

#content-five h3{
	font-size: 30px;
	color: #384048;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#content-five p{
	font-size: 18px;
	color: #787b80;
}




#content-six{
	width: 100%;
	padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../img/img7.jpg');
    display: table;
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
}
#content-six img{
	width: 100%;
}
#content-six h3{
	text-transform: uppercase;
	font-size: 30px;
	color: #384048;
	display: table;
	width: 100%;
	max-width: 400px;
	margin-bottom: 40px;
}

#content-six p{
	font-size: 18px;
	color: #787b80;
}




.btn-green.blue{
	background-color: #00d8f8;
	color: #000;
	
}
.btn-green.blue:hover{
	background-color: #0b9eb4;
}
footer{
	width: 100%;
	background-color: #560cab;
	padding-top: 25px;
	padding-bottom: 25px;
}
footer a{
	color: #fff;
	font-size: 18px;
}
footer .right a{
	text-align: right;
	float: right;
}
footer a:hover{
	text-decoration: none;
}


@keyframes rotate {
	0% { 
        transform: rotateY(0deg); 
	}
    100% {
        transform: rotateY(360deg);
    }
}



.pulse {
   -webkit-animation: pulse 3s infinite ease-in-out;
    -o-animation: pulse 3s infinite ease-in-out;
    -ms-animation: pulse 3s infinite ease-in-out; 
    -moz-animation: pulse 3s infinite ease-in-out; 
    animation: pulse 3s infinite ease-in-out;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}








@media (max-width: 575px) {
	#banner h2 b {
    	font-size: 12px;
    	color: #6dbe4a;
	}
	
	footer a{
		font-size: 15px;
	}
	footer .right a{
		text-align: center;
		float: none;
	}
	#content-tree p,#content-four p,#content-five p,#content-six p{
		color: #000;
		font-size: 13px;
	}
	header{
		height: 120px;
	}
	header #logo{
		max-width: 73px;
	}
	#banner{
		background-size: auto 100%;
		height: 420px;
	}
	#banner img{
		max-width: 170px;
	}
	#banner h1{
		font-size: 16pt;
	}
	#banner h2{
		font-size: 10px;
		text-align: center;
	}
	#banner .banner-btn{
		font-size: 13px;
		max-width: 200px;
		line-height: 45px;
	}
	#content-one,#content-two,#content-tree,#content-four,#content-five {
    	padding-top: 30px;
    	padding-bottom: 30px;
    	background-size: 100% auto;
    	background-position: bottom right;
	}
	#content-one p{
		font-size: 13px;
		line-height: 20px;
	}
	#content-two h3,#content-tree h3,#content-four h3,#content-five h3{
		font-size: 20px;
	}
	#content-two h3{
		max-width: 220px;
	}
	#content-six .content-wrap p{
		max-width: 308px;
		margin-top: 5%;
		font-size: 13px;
		margin-left: auto;
		margin-right: auto;
	}
	#content-two .list{
		font-size: 13px;
		margin-top: 25px;
	}
	.btn-green{
		line-height: 45px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.btn-green.blue{
		margin-top: 16px;	
		margin-left: auto;
		margin-right: auto;
	}
	
	#banner h2 span{
		display: none;
	}
	#content-two h4{
		font-size: 17px;
		margin-top: 20px;
	}
	#banner .girl{
		right: 0%;
	}
	#banner .graphic{
		right: 35%;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	#banner .girl{
		max-width: 277px;
		right: 0%;
	}
	#banner .graphic{
		right: 28%;
		max-width: 250px;
	}
	#content-two h4{
		font-size: 17px;
		margin-top: 20px;
	}
	header{
		height: 120px;
	}
	header #logo{
		max-width: 73px;
	}
	#banner{
		background-size: auto 100%;
		height: 565px;
	}
	#banner h1{
		font-size: 28pt;
	}
	#banner h2{
		font-size: 10px;
	}
	#banner .banner-btn{
		font-size: 17px;
		max-width: 250px;
		line-height: 55px;
	}
	#content-one,#content-two,#content-tree,#content-four,#content-five {
    	padding-top: 30px;
    	padding-bottom: 30px;
	}
	#content-one p{
		font-size: 13px;
		line-height: 20px;
	}
	#content-two h3,#content-tree h3,#content-four h3,#content-five h3{
		font-size: 20px;
	}
	#content-two h3{
		max-width: 220px;
	}
	#content-six .content-wrap p{
		max-width: 308px;
		margin-top: 13%;
		font-size: 13px;
	}
	#banner h2 b {
    	font-size: 12px;
    	color: #6dbe4a;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	#content-two h4{
		font-size: 20px;
		margin-top: 40px;
	}
	#banner h2 b {
    	font-size: 20px;
    	color: #6dbe4a;
	}
	#banner h1{
		font-size: 40pt;
	}
	#banner h2{
		font-size: 13px;
	}
	#banner .banner-btn{
		max-width: 270px;
		line-height: 50px;
		font-size: 17px;
	}
	#banner{
		height: 620px;
	}
	#content-one p{
		font-size: 17px;
		line-height: 20px;
	}
	#content-one{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#content-two h3,#content-tree h3,#content-four h3,#content-five h3{
		font-size: 25px;
	}
	#content-two,#content-tree,#content-four,#content-five {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	#content-six .content-wrap p{
		font-size: 19px;
		max-width: 465px;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	#banner h1{
		font-size: 51pt;
	}
	#banner h2{
		font-size: 16px;
	}
	#banner .banner-btn{
		font-size: 20px;
		line-height: 55px;
		max-width: 300px;
	}
	#content-one p{
		font-size: 20px;
	}
}


@media (min-width: 1200px) {
	
}





















