body{
	font-family:sans-serif;
	line-height:25px
}

.pad-bottom{
	padding-bottom:60px
}

section{
	
}

.btn{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
}

.purple{
	background-color:purple
}

.clr-set{
	color:#FF2276
}

.f-big{
	font-size:40px;
	font-weight:900
}

.set-bk-clr:hover{
	background-color:#000
}

.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover{
	color:#fff;
	font-size:20px;
	text-transform:uppercase
}

.navbar-brand{
	padding:0
}

.navbar-default .navbar-toggle{
	
}

.navbar-default .navbar-toggle .icon-bar{
	background-color:#fff;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
	background-color:#000
}

.navbar-default .navbar-nav > li > a{
	
	color:#000;
	font-weight:900;
	
	
	
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{
	color:#fff;
	background-color:#ff69b4;
	text-decoration:none
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-default{
	background-color:#eee;
	border-color:transparent
}

.navbar{
	border-bottom:1px solid #eee;
	padding:15px;
	-webkit-transition:background .8s ease-out,padding .8s ease-out;
	-moz-transition:background .8s ease-out,padding .8s ease-out;
	transition:background .8s ease-out,padding .8s ease-out
}

.navbar-pad-original{
	padding:0
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus{
	color:#333;
	background-color:#ff69b4;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#home{
	background:url(../../required/img/background.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	color:#ff69b4 ;
	min-height:700px
}

#home h4{
	font-size:22px;
	padding-top:100px;
	padding-bottom:0px;
}

#about{
	background:url(../../required/img/background.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed
}

#about i{
	font-size:80px;
	padding:30px;
	color:#FF2276
}

#about h4{
	padding-bottom:5px;
	padding-top:15px
}

#pricing{
	background:url(../../required/img/background.jpg) no-repeat center center;
	padding:10px;
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	color:#fff;
	padding-top:100px;
	padding-bottom:100px
}

.black{
	color:#333
}

.isotope .isotope-item{
	-webkit-transition-duration:.8s;
	-moz-transition-duration:.8s;
	transition-duration:.8s
}


#term{
	background:url(../../required/img/background.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed
}

.media img{
	margin-right:40px;
	max-height:150px;
	margin-bottom:20px;
	border:2px solid #FF2276
}

.media img:hover{
	opacity:.6
}

#contact{
	background:url(../../required/img/background.jpg) no-repeat center;
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	padding:0
}

#contact .overlay{
	padding-top:90px;
	min-height:300px;
	color:#333;
	padding-top:100px;
	padding-bottom:100px
}

footer{
	padding:20px;
	font-size:15px;
	text-align:center;
	font-weight:900;
	background-color:#000;
	color:#555
}

footer a,footer a:hover{
	color:#fff;
	text-decoration:none
}

.form-signin{
	max-width:360px;
	padding:15px;
	margin:0 auto;
	background-color:transparent;
	border:1px solid #707;
	border-radius:8px
}

.form-signin .form-control{
	position:relative;
	font-size:16px;
	height:auto;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center
}

.form-signin .form-control:focus{
	z-index:2
}

.form-signin input[type="text"]{
	margin-bottom:0
}

.form-signin input[type="password"]{
	margin-bottom:28px
}

.pricing_heading{
	margin-top:120px
}

.pricing_heading h2,.pricing_heading p{
	color:#4e4e4e
}

.pricing-area h1{
	font-size:30px;
	margin-top:0;
	margin-bottom:5px;
	color:#fff
}

.pricing-area span{
	font-weight:700;
	font-size:18px
}

.pricing-area h3,.pricing-area span{
	color:#fff
}

.plan{
	position:relative;
	margin-bottom:70px
}

.pricing-area ul{
	background:#333;
	padding:0;
	margin:0
}

.pricing-area ul li{
	list-style:none;
	padding:15px 0;
	font-size:16px;
	font-weight:400
}

.pricing-area ul li:nth-child(even){
	background:#333;
	color:#fff
}

.pricing-area .price-three img,.pricing-area .price-six img{
	position:absolute;
	right:15px;
	top:0
}

.pricing-area .heading-one,.pricing-area .heading-two,.pricing-area .heading-three{
	padding:17px 0;
	border-radius:2px 2px 0 0
}

.pricing-area .heading-red,.pricing-area .price-one .plan-action .btn-primary{
	background:#ff69b4 
}

.pricing-area .heading-green,.pricing-area .price-two .plan-action .btn-primary{
	background:#27AE60
}

.pricing-area .heading-orange,.pricing-area .price-three .plan-action .btn-primary{
	background:#f39c12
}

.pricing-area .heading-four,.pricing-area .price-four .plan-action .btn-primary{
	background:#5c5c5c
}

.pricing-area .heading-five,.pricing-area .price-five .plan-action .btn-primary{
	background:#5c5c5c
}

.pricing-area .heading-blue,.pricing-area .price-six .plan-action .btn-primary{
	background:#1974D2
}

.pricing-area .heading-seven,.pricing-area .price-seven .plan-action .btn-primary{
	background:#5c5c5c
}

.pricing-area .bg{
	background:#fafafa
}

.pricing-area .heading-one h3:before{
	border-color:#bf4539 transparent transparent
}

.pricing-area .heading-two h3:before{
	border-color:#1f8c4d transparent transparent
}

.pricing-area .heading-three h3:before{
	border-color:#d4880f transparent transparent
}

.pricing-area .heading-four h3:before{
	border-color:#424242 transparent transparent
}

.pricing-area .heading-five h3:before{
	border-color:#424242 transparent transparent
}

.pricing-area .heading-six h3:before{
	border-color:#bf4539 transparent transparent
}

.pricing-area .heading-seven h3:before{
	border-color:#424242 transparent transparent
}

.pricing-area h3:before{
	border-color:#D4880F transparent transparent;
	border-radius:5px 0 0 0;
	border-style:solid;
	border-width:12px;
	content:"";
	height:0;
	left:4px;
	position:absolute;
	top:78px;
	width:0;
	z-index:-999
}

.small-pricing h3:after{
	height:94px
}

.small-pricing h3:before{
	top:74px
}

.plan-action{
	height:40px
}

.pricing-area .plan-action .btn-primary{
	position:relative;
	padding:5px 20px;
	color:#fff;
	margin-top:5px
}

.pricing-area .plan-action .btn-primary:before{
	border-color:#ff69b4 transparent transparent;
	border-radius:5px 0 0 0;
	border-style:solid;
	border-width:12px;
	bottom:-12px;
	content:"";
	height:0;
	left:-9px;
	position:absolute;
	width:0;
	z-index:-1
}

.pricing-area .plan-action .btn-primary:after{
	border-color:#ff69b4 transparent transparent;
	border-radius:5px 0 0 0;
	border-style:solid;
	border-width:12px;
	bottom:-12px;
	content:"";
	height:0;
	position:absolute;
	right:-9px;
	width:0;
	z-index:-1
}

.pricing-area .price-two .plan-action .btn-primary:before,.pricing-area .price-two .plan-action .btn-primary:after{
	border-color:#1f8c4d transparent transparent
}

.pricing-area .price-three .plan-action .btn-primary:before,.pricing-area .price-three .plan-action .btn-primary:after{
	border-color:#d4880f transparent transparent
}

.pricing-area .price-four .plan-action .btn-primary:before,.pricing-area .price-four .plan-action .btn-primary:after,.pricing-area .price-five .plan-action .btn-primary:before,.pricing-area .price-five .plan-action .btn-primary:after,.pricing-area .price-seven .plan-action .btn-primary:before,.pricing-area .price-seven .plan-action .btn-primary:after{
	border-color:#424242 transparent transparent;
	right:-9px
}

.pricing-area .price-six .plan-action .btn-primary:before,.pricing-area .price-six .plan-action .btn-primary:after{
	border-color:#bf4539 transparent transparent;
	right:-9px
}

.img-rounded{
	border:1px solid purple
}
