.sticky{
	position: fixed;
	top: 0;
	width: 100%;
}
#headerr{
	width: 100%;
	height: auto;
	z-index: 999;
}


html{
				scroll-behavior: smooth;
			}
			.myLink{
				color: #527BFF !important;
			}

			li.myLinkStyle{
				list-style-type: square;
				margin: 10px 0px !important;
			}

			a.myLink:hover{
				text-decoration: underline !important;
			}


			/*team style*/
			.team-grid {
			  color:#313437;
			  background-color:#fff;
			}

			.team-grid p {
			  color:#7d8285;
			}

			.team-grid h2 {
			  font-weight:bold;
			  margin-bottom:40px;
			  padding-top:40px;
			  color:inherit;
			}

			@media (max-width:767px) {
			  .team-grid h2 {
			    margin-bottom:25px;
			    padding-top:25px;
			    font-size:24px;
			  }
			}

			.team-grid .intro {
			  font-size:16px;
			  max-width:500px;
			  margin:0 auto;
			}

			.team-grid .intro p {
			  margin-bottom:0;
			}

			.team-grid .people {
			  padding:50px 0;
			}

			.team-grid .item {
			  margin-bottom:30px;
			}

			.team-grid .item .box {
			  text-align:center;
			  background-repeat:no-repeat;
			  background-size:cover;
			  background-position:center;
			  height:280px;
			  position:relative;
			  overflow:hidden;
			}

			.team-grid .item .cover {
			  position:absolute;
			  top:0;
			  left:0;
			  width:100%;
			  height:100%;
			  background-color:rgba(31,148,255,0.75);
			  transition:opacity 0.15s ease-in;
			  opacity:0;
			  padding-top:80px;
			  color:#fff;
			  text-shadow:1px 1px 1px rgba(0,0,0,0.15);
			}

			.team-grid .item:hover .cover {
			  opacity:1;
			}

			.team-grid .item .name {
			  font-weight:bold;
			  margin-bottom:8px;
			}

			.team-grid .item .title {
			  text-transform:uppercase;
			  font-weight:bold;
			  color:#bbd8fb;
			  letter-spacing:2px;
			  font-size:13px;
			  margin-bottom:20px;
			}

			.team-grid .social {
			  font-size:18px;
			}

			.team-grid .social a {
			  color:inherit;
			  margin:0 10px;
			  display:inline-block;
			  opacity:0.7;
			}

			.team-grid .social a:hover {
			  opacity:1;
			}



			/*Pricing table style rules*/
			.bg-gradient {
			background: #C9D6FF;
			background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); 
			background: linear-gradient(to right, #E2E2E2, #C9D6FF);
			} 
			ul li {
			  margin-bottom:0.8rem;
			}
			.pricing-divider {
			border-radius: 20px;
			background: #C64545;
			padding: 1em 0 4em;
			position: relative;
			}
			.blue .pricing-divider{
			background: #2D5772; 
			}
			.green .pricing-divider {
			background: #1AA85C; 
			}
			.red b {
			  color:#C64545
			}
			.blue b {
			  color:#2D5772
			}
			.green b {
			  color:#1AA85C
			}
			.pricing-divider-img {
				position: absolute;
				bottom: -2px;
				left: 0;
				width: 100%;
				height: 80px;
			}
			.deco-layer {
				-webkit-transition: -webkit-transform 0.5s;
				transition: transform 0.5s;
			}
			.btn-custom  {
			  background:#C64545; color:#fff; border-radius:20px
			}

			.img-float {
			  width:50px; position:absolute;top:-3.5rem;right:1rem
			}

			.princing-item {
			  transition: all 150ms ease-out;
			}
			.princing-item:hover {
			  transform: scale(1.05);
			}
			.princing-item:hover .deco-layer--1 {
			  -webkit-transform: translate3d(15px, 0, 0);
			  transform: translate3d(15px, 0, 0);
			}
			.princing-item:hover .deco-layer--2 {
			  -webkit-transform: translate3d(-15px, 0, 0);
			  transform: translate3d(-15px, 0, 0);
			}


			/*photo gallery*/
			.photo-gallery {
			  color:#313437;
			  background-color:#fff;
			}

			.photo-gallery p {
			  color:#7d8285;
			}

			.photo-gallery h2 {
			  font-weight:bold;
			  margin-bottom:40px;
			  padding-top:40px;
			  color:inherit;
			}

			@media (max-width:767px) {
			  .photo-gallery h2 {
			    margin-bottom:25px;
			    padding-top:25px;
			    font-size:24px;
			  }
			}

			.photo-gallery .intro {
			  font-size:16px;
			  max-width:500px;
			  margin:0 auto 40px;
			}

			.photo-gallery .intro p {
			  margin-bottom:0;
			}

			.photo-gallery .photos {
			  padding-bottom:20px;
			}

			.photo-gallery .item {
			  padding-bottom:30px;
			}


			/*about*/
			.aboutus-section {
			    padding: 90px 0;
			}
			.aboutus-title {
			    font-size: 30px;
			    letter-spacing: 0;
			    line-height: 32px;
			    margin: 0 0 39px;
			    padding: 0 0 11px;
			    position: relative;
			    text-transform: uppercase;
			    color: #000;
			}
			.aboutus-title::after {
			    background: #fdb801 none repeat scroll 0 0;
			    bottom: 0;
			    content: "";
			    height: 2px;
			    left: 0;
			    position: absolute;
			    width: 54px;
			}
			.aboutus-text {
			    color: #606060;
			    font-size: 15px;
			    line-height: 22px;
			    margin: 0 0 35px;
			}

			a:hover, a:active {
			    color: #ffb901;
			    text-decoration: none;
			    outline: 0;
			}
			.aboutus-more {
			    border: 1px solid #fdb801;
			    border-radius: 25px;
			    color: #fdb801;
			    display: inline-block;
			    font-size: 14px;
			    font-weight: 700;
			    letter-spacing: 0;
			    padding: 7px 20px;
			    text-transform: uppercase;
			}
			.feature .feature-box .iconset {
			    background: #fff none repeat scroll 0 0;
			    float: left;
			    position: relative;
			    width: 18%;
			}
			.feature .feature-box .iconset::after {
			    background: #fdb801 none repeat scroll 0 0;
			    content: "";
			    height: 150%;
			    left: 43%;
			    position: absolute;
			    top: 100%;
			    width: 1px;
			}

			.feature .feature-box .feature-content h4 {
			    color: #0f0f0f;
			    font-size: 18px;
			    letter-spacing: 0;
			    line-height: 22px;
			    margin: 0 0 5px;
			}


			.feature .feature-box .feature-content {
			    float: left;
			    padding-left: 28px;
			    width: 78%;
			}
			.feature .feature-box .feature-content h4 {
			    color: #0f0f0f;
			    font-size: 18px;
			    letter-spacing: 0;
			    line-height: 22px;
			    margin: 0 0 5px;
			}
			.feature .feature-box .feature-content p {
			    color: #606060;
			    font-size: 13px;
			    line-height: 22px;
			}