/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
    padding-top: 56px;
}

/* aboutus  css*/
.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
    background: #ddd;
    text-decoration: none;
    color: #555;
}

.shadow {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.dotb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}
.mySlides {
    display: none;
}
.w3-left,
.w3-right,
.w3-badge {
    cursor: pointer;
}
.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0;
}
@font-face {
    font-family: kalpurush;
    src: url("/public/font/kalpurush.ttf");
}

body {
    font-family: "Kalpurush", "Lora", "Times New Roman", serif !important;
}

input[type="radio"] {
    width: 40px;
}
.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: black;
    color: white;
    text-align: center;
}
