* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
  font-family: "Jost", sans-serif;
}


.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}








/*============= Navbar CSS ===========*/

.navbar {
    padding: 5px 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all linear .4s;
    background: #CCC;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Jost", sans-serif;
    color: #336;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    transition: all linear .3s;
    padding: 5px 10px;
    line-height: 25px;
    border-radius: 12px;
}

.navbar-light .navbar-nav .nav-item {
    padding: 0 0;
}

.navbar-light .navbar-nav .nav-item:last-child {
    padding: 0;
}

.navbar-light .navbar-brand {
    font-family: "Jost", sans-serif;
    color: #336;
    font-size: 26px;
    font-weight: 800;
}
.navbar-light .navbar-brand:hover {
    color: #336;
}
.navbar-light .navbar-brand:focus {
    color: #336;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #11119C;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #336;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #11119C;
}

.navbar-light .dropdown-menu.show {
    background: #333;
    max-width: 190px;
    width: 100%;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}



.navbar-light .navbar-nav .nav-link.active {
    padding-bottom: 5px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    padding: 3px 10px;
    line-height: 25px;
}
.navbar-light .navbar-nav .nav-link i {
    font-size: 30px;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 0;
}
.navbar-light .navbar-toggler {
	color: #000;
	border-color: transparent;
	font-size: 30px;
	padding: 0;
}
 










/*============= Banner CSS ===========*/
#banner {
    font-family: "Jost", sans-serif;
    padding-top: 70px;
}
#banner .text h4 {
    color: #336;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.0666em;
    padding-bottom: 30px;
}
p {
    font-family: "Jost", sans-serif;
    color: #336;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: .15px;
}
#banner .img-one img {
	position: relative;
	right: -75px;
	bottom: -60px;
}





/*============= Banner CSS ===========*/
#about {
    font-family: "Jost", sans-serif;
    padding-top: 170px;
}
.sec-title {
    color: #336;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 30px;
}
#about .text p {
    padding-bottom: 20px;
}



/*============= MUsic CSS ===========*/
#music {
    padding-bottom: 30px;
}
#music .items .icons {
    max-width: 30%;
    height: 150px;
}
#music .items h5 {
    font-family: "Jost", sans-serif;
    font-size: 1.75rem;
    color: #336;
    font-weight: 700;
}

.copy-right p {
    font-weight: 600;
    font-size: 14px;
}
.pt-10 {
    padding-top: 80px;
}
.icons-3 {
    min-width: 35%;
}



/*============= Footer CSS ===========*/
#footer {
    padding-top: 20px;
    padding-bottom: 30px;
    background: #336;
}

#footer .text h6, #footer .text a {
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.8px;
}





/*============= colum CSS ===========*/
.colum {
    padding-top: 80px;
    padding-bottom: 25px;
}
.colum .box {
    width: 100%;
    height: 1000px;
    background: #336;
}
