html{
scroll-padding-top: 50px;
scroll-behavior: smooth;
}
body{
font-family: 'Baloo Thambi 2', cursive;
}
p,a{
font-size: 18px;
}
.carousel-item{
max-height: calc(100vh - 71px);
}
img{
width: 100%;
}
.carousel-caption {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 60%;
}
.content{
margin-left: 50px;
}
.navbar-dark .navbar-brand {
font-size: 30px;
letter-spacing: 6px;
}
.jumbotron,.faq{
background-color: #f3faf6;
}
.faq i{
color: #28A745 !important;
}
.faq-list .fa-question-circle {
font-size: 24px;
position: absolute;
left: 26px;
}
.faq-list a{
position: relative;
color: #6b6b6b;
text-decoration: none;
font-weight: 600;
}
.faq-list a:hover{
color: #28A745;
}
.faq-list .icon-show, .faq-list .icon-close {
position: absolute;
right: 0;
top: 5px;
}
.faq-list a.collapsed .icon-show {
display: inline-block;
}
.faq-list .icon-show {
display: none;
}
.faq-list a.collapsed .icon-close {
display: none;
}
.faq-list .icon-close {
display: inline-block;
}
.contact form , .info-box{
box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
padding: 30px;
}