body{
font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Roboto', sans-serif;
font-weight: 700;
}
.bg-none{
background: none !important;
}
.navbar{
padding: 1.5rem 0px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
}
.navbar-light .navbar-nav .nav-link{
color: rgb(64,64,64);
}
.carousel-caption {
top: 25%;
}
.carousel-caption h1{
text-transform: uppercase;
text-shadow: 0 0px 20px #000;
font-size: 33px;
}
#carouselExampleIndicators .carousel-item.active:before{
content: "";
height: 100%;
width: 100%;
position: absolute;
background: #00000073;
}
.home_products{
padding: 120px 0;
background-image: url(//www.adishank.com/wp-content/themes/adishank/images/home-product-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
background-attachment: fixed;
background-position: center;
}
.home_products h2, .home_about_us h2{
text-transform: uppercase;
}
.home_products .card{
background: #32a7efd1;
border-radius: 0;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 5px solid #000;
margin-bottom: 30px;
}
.home_products .card:hover{
box-shadow: 0 0 20px 0px #00000054
}
.home_products .card .card-body{
padding-bottom: 10px;
}
.home_products h3{
font-size: 18px;
line-height: 26px;
color: #fff;
margin-bottom: 0;
text-transform: uppercase
}
.home_products .product-cards:hover .card{
background-color: #fff
}
.home_products .product-cards:hover{
text-decoration: none
}
.home_products .product-cards:hover h3{
color: #404040;
text-decoration: none;
}
.home_about_us{
padding: 120px 0;
background-image: url(//www.adishank.com/wp-content/themes/adishank/images/about-bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.home_about_us .lead{
font-size: 25px;
}
.our_team{
padding: 120px 0;
}
.our_team .card{
border-radius: 0;
border: none;
box-shadow: 0 0 20px 0px #00000054;
} .home_footer{
padding-top: 60px;
}
.footer-links li a, .footer-contact-links li{
padding: 5px 0;
display: block;
font-size: 15px;
}
.inner_header,.inner_body{
padding: 120px 0;
}
.inner_header .breadcrumb{
background: transparent;
padding: 0;
margin: 0;
}
.inner_header .breadcrumb .breadcrumb-item a, .inner_header .breadcrumb .breadcrumb-item.active{
color: #fff;
}
.inner_about_bg{
background-image: url(//www.adishank.com/wp-content/themes/adishank/images/inner-about-bg.jpg);
background-position: center;
background-repeat: no-repeat;
}
.sidebar{
background: #f2f4f6;
}
.sidebar h5{
text-decoration: none;
background: #32A7EF;
color: #fff;
}
.sidebar .list-item a{
color: #707070;
font-weight: 700;
padding: 15px 26px;
display: block;
border-bottom: 1px solid #fff;
}
.sidebar .list-item a:hover{
text-decoration: none;
color: #32A7EF;
}
.sidebar .list-item.active a{
text-decoration: none;
color: #32A7EF;
border-left: 2px solid #32A7EF;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 23px;
padding-left: 23px;
}
}
@media screen and (max-width: 767px){
.carousel-caption{
position: relative;
right: auto;
left: auto;
top: auto;
bottom: auto;
padding-right: 30px;
padding-left: 30px;
}
.carousel-caption h1{
font-size: 14px;
margin-bottom: 0;
}
.navbar{padding: .5rem 1rem;}
.navbar-brand img{max-width: 200px !important;}
.inner_header, .inner_body {
padding: 75px 0;
}
.inner_header .breadcrumb {
font-size: 8px;
}
h1{
font-size: 21px;
}
.home_products h2, .home_about_us h2 {
font-size: 18px;
}
.home_products {
padding: 70px 0;
}
}
.popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 9999;
}
.popup-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); padding: 20px;
text-align: center;
border-radius: 5px;
}
.close-button {
position: absolute;
top: 35px;
right: 6%;
font-size: 20px;
cursor: pointer;
background: #fff;
padding: 0px 10px;
border-radius: 50px;
border: 1px solid;
}
.popup-img{
width: 100%;
}
@media screen and (max-width: 767px){
.popup-img{
width: 20rem;
}
.close-button {
right: 10%;
}
}
.tag-cloud{
display: flex;
flex-wrap: wrap;
gap: 10px;
}
}
.tag-cloud .tag-cloud-link {
font-size: 15px !important;
border: 1px solid #47b8ca !important;
padding: 8px 16px !important;
}
.tag-cloud .tag-cloud-link:hover {
background-color: #007bff !important;
color: #fff !important;
}