@font-face {
	font-family: 'Rimouski Sb';
	src: url(../RimouskiSb-Regular.woff2) format('woff2'), url(../RimouskiSb-Regular.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
      body {
        background: #ffffff;
        color: #5C266A;
        /*font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
        font-family: 'Rimouski Sb', 'Poppins', sans-serif;
        font-size: small;
        text-align: center;
        margin: 0;
        padding: 0;
        line-height: 22px;
        vertical-align: middle;
      }
h1, h2, h3, h4, h5 {
	font-family: 'Rimouski Sb';
}      
ul, ol {
            list-style-position:inside;
        }
.headerbg {
	background: #fff;
}
.wrapper {
	width: 90%;
	margin: auto;
	padding: 0;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
#navbar {
	position: absolute;
	overflow: hidden;
	top: 0px;
	width: 100%;
	height: auto;
	display: block;
	
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13);
}


/****************** sticky test start ****/
.banner-section {
    /*background-image: url('../images/banner-bg1.jpg');  
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 545px; */
    background-position: right top;
    top: 0;
    width: 100%;
    position: fixed;
	display:block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	z-index: 9000;
	border-bottom: 0 solid grey;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13);
	min-height: 90px;
	transition: .4s;
	transform: ease-out; 
}
@media (min-width: 200px) and (max-width: 599px) {
            .banner-section {
                display: none;
            }

     } 
     @media (min-width: 600px) {
            .banner-section {
                display: block;
            }

     } 
.topnavvv {
    
}
.topnavvv a {
  float: left;
  color: rgb(117, 46, 100); /* dark purple */
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: medium;
  border-radius: 30px; 
}

.topnavvv a:hover {
  background-color: rgb(248, 238, 246); /* light purple */
  color: black;
}

.topnavvv .active {
  background-color: rgb(248, 238, 246); /* light purple */
  color: rgb(117, 46, 100); /* dark purple */
  font-weight: bold;
}
.topnavvv .visited {
  background-color: rgb(248, 238, 246); /* light purple */
  color: rgb(117, 46, 100); /* dark purple */
}
.topnavvv .icon {
  display: none;
}

@media screen and (max-width: 900px) {
  .topnavvv a:not(:first-child) {display: none;}
  .topnavvv a.icon {
    float: right;
    display: block;
    
  }
}

@media screen and (max-width: 900px) {
  .topnavvv.responsive {position: relative;}
  .topnavvv.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnavvv.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.contenttt {
  padding: 0;
}

.stickyyy {
  position: fixed;
  top: 0;
  width: 100%;
}

.stickyyy + .contenttt {
  padding-top: 120px;
}



/**** sticky test end ****/


/************menu**********/


/*
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 11111;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.18);
} */
#nav {
	padding: 5px;
	margin: 0 0;
}
#nav ul li {
	display: inline-block;
	text-align: center;
	position: relative;
	transition: 1s;
	font-size: large;
	margin-top: 10px;
}

#nav ul li a {
	text-decoration: none;
	color: rgb(80, 32, 102);
	font-size: large;
	padding: 6px 10px 6px;
	/*margin: 10px 0;
	margin: 10px 0 10px 0; */
	line-height: 22px;
	transition: 0.3s;
	display: block;
	border-radius: 30px; 
	box-shadow: inset 0px 0px 0px 30px rgba(255, 255, 255, 0);
}
#nav ul li a:hover {
	box-shadow: inset 0px 0px 0px 2px #3a2563;
}
#nav ul li a:active {
    color: #000000; 
}
.banner {
	position: relative;
}



/********* footer START **********/
.footer-bg {
    margin-top: 10px;
    margin-bottom: 10px;
	overflow: hidden;
	min-width: 100%;
	min-height: 70px;
	text-align: left;
}
.footer-right-dummy {
    padding-right: 60px;
    padding-left: 19px;
}
@media (min-width: 100px) and (max-width: 599px) {
        .footer-right-dummy {
            padding-right: 20px;
            padding-left: 19px;
        }
     } 
     @media (min-width: 600px) {
        .footer-right-dummy {
            padding-right: 60px;
            padding-left: 19px;
        }
     } 
.copyright {
    color: #86267d; /* light purple */
    font-size: smaller;
}
.designby{
    color: #86267d; /* light purple */
    font-size: 10px;
}

.footer-right-ul-li-img {
	max-width: 100px;
	border-radius: 10px;
	border: 2px solid rgba(110, 36, 116, 0.85);
}

@media (min-width: 200px) and (max-width: 799px) {
        .footer-right-ul-li-img {
          max-width: 80px;
        }
 }

@media (min-width: 800px){
        .footer-right-ul-li-img {
          max-width: 100px;
        }

 }
 /********* footer END **********/