
   :root {
  --theme: #58ae68;
  --accent: #6c5ce7;
  --accentinrgba : rgba(254, 209, 54, 0.9);
  --greytextcolor: #505e6b;
}
    html, body{
	overflow-x : hidden;
}


.navbar-brand {
	color: #fff;
	font-size: 25px;
    font-family: 'Kumbh Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.navbar-nav .nav-item .nav-link{
	padding: 0.7em 0.8em!important;
	font-size: 120%;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
   	font-family: 'Kumbh Sans', sans-serif;
}
.navbar-nav .nav-item .nav-link:hover{color:var(--accent);}
.navbar-expand-md .navbar-nav .dropdown-menu{
	border-top:3px solid transparent;
}
.dropdown-item:hover{background-color:var(--accent);color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
	}
	
 .shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #58af68;
}
.banner {
	background-color : #ced887;
	text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50px;
}

.btn-banner{
	padding:5px 20px;
	border-radius:10px;
	font-weight:700;
	line-height:1.5;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}

.banner1 {
	background-color: #ced887;
	text-align: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 9px;
}

.btn-banner1{
	padding: 2px 15px;
	border-radius: 10px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

/* mobile view */
@media (max-width:500px)
{
	.navbar-nav{
		background-color: #ced887;
		border-top:3px solid var(--theme);
		color:#fff;
		z-index:1;
		margin-top:5px;
		}
	.navbar-nav .nav-item .nav-link{
	padding: 0.7em 1em!important;
	font-size: 100%;
    font-weight: bold;
    }

}
    .bigheader
{
	font-family : 'Kumbh Sans', sans-serif;
	font-size: 60px;
    font-weight: bold;
	color:#fff;
}
.roundedbutton{

	background-color: #ced887;
  	border: none;
  	color: #336799;
  	padding: 10px 20px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
 	margin: 4px 2px;
  	cursor: pointer;
  	border-radius: 16px;
	
	font-size: 18px;
	font-weight: bold;
	font-family : 'Kumbh Sans', sans-serif;
}
.roundedbutton:hover{
  	color: var(--accent);	
}
.sectionheading{
	font-family : 'Kumbh Sans', sans-serif;
	font-size:35px;
	font-weight: 700;
	color : var(--accent);
}
.newsheading{
	font-size: 20px;
	font-weight: bold;
	font-family: 'Kumbh Sans', sans-serif;
	color: #000;
}
#newsdiv:hover .newsheading{
	color : #000;
}
.paragraphtext{
	font-family: 'Kumbh Sans', sans-serif;
	font-size: 22px;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: bold;
  
}
section#features .media .media-body {
  color: #999999;
  padding-left: 20px;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#features {
  background: #f6f6f6;
}
section#features header h1:after {
  background: #58AE68;
}
section#features .media i.fa {
  border: 2px solid #58AE68;
  color: #58AE68;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #58AE68;
}
section#features .media:hover h3 {
  color: #58AE68;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #58AE68;
}
section#features .media.active .media-heading {
  color: #58AE68;
}
	section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  border: 2px solid #f6fad5;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
  border: 2px solid #f6fad5;
  color: #10590e;
}
section#screens .slick-next:before {
  content: "\f105";
  border: 2px solid #f6fad5;
  color: #10590e;
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #10590e;
  border: 2px solid #f6fad5;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

section#screens header h1:after {
  background: #58AE68;
}
section#screens .slider div img {
  border: 2px solid #10590e;
}
section#screens .slider div h4 {
  color: #10590e;
}
section#screens .slider .slick-dots li button {
  background: #f6fad5;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #f6fad5;
}
section#screens .filter a {
  border: 2px solid #f6fad5;
  color: #10590e;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #58AE68;
  border-color: #58AE68;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #58AE68;
  border-color: #58AE68;
}
	.btn-outline-white {
  color: white;
  border-color: white;
  border-radius: 30px;
  padding: .5rem 1.5rem;
}

.btn-outline-white:hover {
  color: #fff;
  background-color: #32ba4b;
  border-color: white;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: white;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: white;
  border-color: white;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
	.btn-outline-theme {
  color: var(--theme);
  border-color: var(--theme);
  border-radius: 30px;
  padding: .5rem 1.5rem;
}

.btn-outline-theme:hover {
  color: #fff;
  background-color: var(--theme);
  border-color: white;
}

.btn-outline-theme:focus, .btn-outline-theme.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-theme.disabled, .btn-outline-theme:disabled {
  color: white;
  background-color: transparent;
}

.btn-outline-theme:not(:disabled):not(.disabled):active, .btn-outline-theme:not(:disabled):not(.disabled).active,
.show > .btn-outline-theme.dropdown-toggle {
  color: #fff;
  background-color: white;
  border-color: white;
}

.btn-outline-theme:not(:disabled):not(.disabled):active:focus, .btn-outline-theme:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
  section#support {
  padding: 0 0 0 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media .media-body {
  padding-left: 20px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 20px;
}
section#support .form-group h4 {
  font-family: 'Kumbh Sans', sans-serif;
}
section#support .media .media-heading a {
  font-weight: 400;
  font-size: 20px;
}
section#support header h1:after {
  background: #58AE68;
}
section#support .media i.fa {
  border: 2px solid #58AE68;
  color: #58AE68;
}
section#support .media a {
  color: #58AE68;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #58AE68;
}
section#support .media:hover h3 {
  color: #58AE68;
}
.footerheader h4
{
	font-family: 'Kumbh Sans', sans-serif;
}
.footerheader p
{
	font-family: 'Kumbh Sans', sans-serif;
	color : #000;
}
.marginformobile
{
	margin-top : -75px;
}
	.marginright{
		text-align : right;
	}
	.marginleft{
		text-align : left;
	}
	
#floatimage {
    position:fixed;
    right:0px;
    bottom:0px;
    margin:0;
}
#floatimage img {width:100%;}
@media screen and (min-width : 0px) and (max-width : 767px){
.marginformobile
{
	margin-top : 0px;
}
	.marginright{
		text-align : center;
	}
	.marginleft{
		text-align : center;
	}
}
