body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #707070;
	line-height: 26px;
	margin: auto;
	background: #fff;
}
html,
body {}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
}
.footerh3{
	font-family:  'Luckiest Guy', cursive;
	color: #fff;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 100;
}

.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #5e2f89 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #5e2f89 !important;
    background-color: transparent;
}
.navbar-brand { padding: 0px }
.navbar-brand img {
    width: 220px;
    margin-left: 10px;
}
@media only screen and (max-width:768px) { 
.navbar-brand img 
	{
		
	}
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff }
.menu-top li a {
color: #555 !important;
font-family: ubuntu,sans-serif;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
}
.menu-top li a:hover {
	color: #5e2f89!important
}
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 0px;
        padding: 8px;
    }
.menu-top li a {font-size: 11px;}	

 .menu-top { background-color: #fff; opacity: 0.9 !important;}
	 .navbar-default .navbar-nav > li > a { 
	color: #fff  !important;
	padding: 5px 5px 5px 20px;
	
	}
	
}

@media only screen and (max-width:480px) { 
     .menu-top { background-color: #fff; opacity: 1 !important;}
	 .navbar-default .navbar-nav > li > a { 
	color: #fff  !important;
	padding: 0px 5px 5px 20px;
	}
}
.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 100%;
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}
.navbar-default.menu-shrink li a { color: #313131!important }
.navbar-default.menu-shrink li a:hover { color: #5e2f89 !important }
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #5e2f89 }

#home-slider {
    overflow: hidden;
    position: relative;
}
.caption {
    color: #fff;
    left: 0;
    margin-top: -104px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 15;
}

.caption h3 span{
	font-family:  'Luckiest Guy', cursive;
	margin-bottom: 10px;
	padding-top: 20px!important;
	font-weight: 100!important;
}
@media only screen and (max-width:360px) { 
    .caption { top: 50% }
}
.caption h2 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: capitalize;
}
@media only screen and (max-width:768px) { 
    .caption h2 { font-size: 40px }
}
@media only screen and (max-width:480px) { 
    .caption h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (max-width:320px) { 
    .caption h2 { font-size: 24px }
}
.caption p {
    margin: auto auto 10px;
    width: 100%;
	font-size: 14px;
	font-weight:400;
}
.caption a { 
	font-size: 16px;
	line-height: 16px;
	margin: 10px;
	margin: 20px 0px 0px 0px;
}
@media only screen and (max-width:480px) { 
.caption a { margin: 30px 0 0 0px }
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
	height: 950px;
	background-position: center;
}

.carousel-fade .carousel-inner .item:after {
background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
bottom: 0;
content: " ";
left: 0;
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
position: absolute;
right: 0;
top: 0;
}

@media only screen and (max-width:768px) { 
	.carousel-fade .carousel-inner .item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	background-position: center;
}

.carousel-fade .carousel-inner .item:after {
background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
bottom: 0;
content: " ";
left: 0;
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
position: absolute;
right: 0;
top: 0;
}
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-control { z-index: 2 }
.left-control,
.right-control {
	background: rgba(0, 80, 199, 0.3) none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	font-size: 24px;
	height: 51px;
	line-height: 48px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 51px;
	z-index: 20;
}

.left-control { left:40px }
.right-control { right:40px }
.left-control:hover,
.right-control:hover {
	background: rgba(0, 80, 199, 0.8) none repeat scroll 0 0;
	color: #fff;
}
#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}
.btn-light-bg {
	border: 2px solid #5e2f89;
	border-radius: 0;
	color: #fff;
	padding: 13px 35px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	font-family: ubuntu,sans-serif;
	font-weight: 700;
	background-attachment: scroll;
	background-color: #5e2f89;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-light-bg:hover,
.btn-light-bg:focus {
    background: #5e2f89;
	border: 2px solid #fff;
    color: #fff;
}
.btn-light-bg-two {
    background: #fff none repeat scroll 0 0;
    color: #333;
    padding: 13px 35px;
	border: medium none;
	border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.btn-light-bg-two:hover,
.btn-light-bg-two:focus {
    background: #5e2f89;
    color: #fff;
}
.ImageBackground__holder{
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	-webkit-background-size:cover!important;
	background-size:cover!important}

.ImageBackground__holder>img{display:none;