html{
	scroll-behavior: smooth;
}

body{
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header{
	height: 100vh;
}
.navbar{
	background-image: linear-gradient(to right, white, #f5ce0091);
}
.modal .modal-content{
	padding: 30px;
}

.nav-container{
	padding: 10px;
}

.theme-text{
	color:#bfbf00;
	display: block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	margin-bottom: 20px;
}

.card-display span{
	font-size: 20px;
}

.card-display{
	margin-bottom: 15px;
	margin-top: 15px;
	position:relative;
}


.card-display span{
	min-height: 60px;
}

.banner-content{
	font-family: 'Rufina', serif;
	padding-top: 20px;
}
.bead-image{
	width: 100%;
	height: 120%;
}

.mohanji-img{
	width:300px;
	height:400px;
	margin-left:22%;
}

.banner-content span{
	font-size: 20px;;
}
.banner-content h2{
	color: #1e2528;
    font-size: 60px;
    line-height: 75px;
	margin-bottom: 25px;
    font-weight: 700;
}

.banner-content p{
	color: #555;
    margin-bottom: 50px;
	font-size: 20px;
    font-style: italic;
}

.banner-content .banner-btn{
	background-color: #fff;
	color: #bfbf00;
	border: 1px solid #bfbf00;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 0.8;
    text-transform: uppercase;
    min-width: 170px;
	padding: 20px 15px;
	transition: all 0.2s ease;
	border-radius:10%;
}

.product-btn{
	background-color: #fff;
	color: #d6e137;
	border: 1px solid #d6e137;
	display: inline-block;
	min-width: 140px;
	padding: 20px 15px;
	transition: all 0.2s ease;
	font-size: 14px;
    line-height: 0.8;
	text-transform: uppercase;
	margin: 20px;
	border-radius:10%;
	font-family:"Roboto",sans-serif;
}

.banner-content .banner-btn:hover, .product-btn:hover{
	background-color: #bfbf00;
	color:  #fff;
	font-weight: bold;
}
.menu-container{
	margin-top: 20px;
}

.menu-container .nav-link{
	color: #263a41 !important;
    font-size: 14px;
    font-weight: 500;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 20px !important;
	transition: all 0.2s ease;
}

.menu-container .nav-link:hover{
	/*color:#ff8466 !important;*/
	color:#bfbf00 !important;
}
.menu-container ul li:hover{
	border-bottom: 1px solid #bfbf00;
}
.icon-scroll,
.icon-scroll:before{
  position: absolute;
  left: 50%
}

.icon-scroll{
  width: 40px;
  height: 70px;
    left: 70%;
    top: 60%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #000;
    border-radius: 25px;
}

.icon-scroll:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

.about-us,.testimonials, footer{
	background-color: #d6e1374d;
	border-top: 2px solid #bfbf00;
    border-bottom: 2px solid #bfbf00;
}

.testimonials{
	min-height:1050px;
}
section{
	text-align: center;
	margin-top: 20px;
}

.quote-mark{
	margin: 0 auto 45px;
    width: 59px;
}

.carousel-item .client-name{
	font-size: 20px;
    margin-bottom: 0;
}

.carousel-item .client-role{
	display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.carousel-item .client-image{
	margin: 0 auto 25px;
    width: 100px;
	border-radius: 50%;
}

.carousel-item p{
	color: #263a41;
    font-family: "Rufina", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 43px;
}

.carousel-indicators{
	position: static;
	margin-top: 20px;
	cursor: pointer;
}
.carousel-indicators .active {
    background-color: #bfbf00;
}

section .section-wrapper{
	font-family: 'Rufina', serif;
	padding: 20px 30px 30px 20px;
}

.section-heading{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #888;
	display: block;
}
.aboutUs-content img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.3s ease;
}
.section-description{
	font-size: 20px;
}
.aboutUs-content img:hover{
	filter: none;
}

.aboutUs-content .row{
	padding:40px;
}

.section-content h4{
	padding:20px;
}

.section-wrapper .post{
	border: 1px solid #e3e6ea;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 20px;
	margin-bottom: 10px;
	height: 100%;
	position:relative
}

.coming-soon{
writing-mode: vertical-lr;
width: 100%;
background-color: #f3f6c38a;
}

.coming-soon-content{
	/*position: absolute;
    top: 34%;*/
    font-size: 50px;
    text-align: center !important;
    color: #bfbf00;
	left: 0;
}

.post img{
	margin-bottom: 20px;
}

.post p{
	text-align: left;
    line-height: 1.8;
    letter-spacing: 1px;
}



.section-wrapper .post:hover{
	-webkit-box-shadow: 0 5px 20px #f0f0f0;
    box-shadow: 0 5px 20px #f0f0f0;
}
.contact-us .row{
	text-align: left;
	padding: 30px;
}

.contact-us address{
	color: #888;
    font-size: 14px;
    font-weight: 400;
    padding-left: 80px;
	position: relative;
	line-height: 25px;
	font-family: 'Roboto',serif;
}

.contact-us address i{
	background-color: #bfbf00;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 23px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
}

.contact-us address a{
	color: #888;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.contact-us address a:hover{
	color: #d6e137;
	text-decoration: none;
}

.contact-us .contact-form input,textarea{
	border: 1px solid #e3e6ea;
    display: block;
    padding: 10px 20px;
    margin-bottom: 25px;
    width: 100%;
}

.contact-us .contact-form .btn{
	background-color: #fff;
    color: #bfbf00;
	border:1px solid #bfbf00;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    text-transform: uppercase;
    min-width: 170px;
    padding: 20px 15px;
	border-radius:50px;
}

.contact-us .contact-form .btn:hover{
	background-color: #bfbf00;
    color: #fff;
}

footer .row{
	padding-top: 10px;
}

footer .logo-footer-wrapper img{
	margin-bottom:25px;
}

footer .foo-social{
	margin-bottom:25px;
}
footer .foo-social a{
	border-right: 1px solid #b1b4bb;
    color: #3a414e;
    display: inline-block;
    font-size: 18px;
    line-height: .8;
    padding: 0 10px;
	transition:all 0.5s ease;
}

footer .foo-social .fa-facebook:hover{
	color: #4064AD;
}

footer .foo-social .fa-twitter:hover{
	color: #1C9DEB;
}

footer .foo-social .fa-youtube:hover{
	color: #F50000;
}

footer .foo-social .fa-instagram:hover{
	color: #D42E7B;
}

footer .foo-nav ul{
	margin-bottom: 30px;
}

footer .foo-nav li{
	display: inline-block;
}
footer .foo-nav li a {
	color: #263a41;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px;
}

footer .foo-nav li a:hover{
	text-decoration:none;
	color: #bfbf00;
}

footer .copyright{
	color: #888;
    font-size: 13px;
}

.modal .modal-body span{
	color:#bfbf00;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}

.modal-body p{
	margin: 20px 0;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    font-family: '';
}

.modal-body .foot-note{
	font-style: italic;
}
@keyframes scroll{
  0%{
    opacity: 1;}
  100%{
    opacity: 0;
	transform: translateY(46px);
  }
}



@media screen and (max-width: 1024px){
	.icon-scroll{
		left: 80%;
    top: 56%;
	}
	.bead-image{
		width: 100%;
		height: 100%;
	}
	.mohanji-img{
		width: 48%;
    height: 30%;
	}
header{
	height: auto;
}
.contact-us .contact-form{
	margin-top:30px;
}
	}

	

	@media (min-width: 992px){
.modal-lg {
    max-width: 1200px;
}
	}

@media(max-width:768px){
	.coming-soon{
		padding-left: 20% !important;
	}
	.aboutUs-content img{
		filter: none;
	}
}	

@media only screen and (max-width: 350px) {
	.testimonials{
		height:2300px !important;
	}
}

@media only screen and (max-width: 425px) and (min-width: 351px)  {
	.testimonials{
		height:2050px !important;
	}

}

@media only screen and (max-width: 1023px) and (min-width:601px){
	.testimonials{
		height:1250px !important;
	}
}

