/************************** main - body  ****************************/
body {
    background-color: white;
}

.bimgal{
    border:1px solid grey;
    box-shadow: 5px 10px;
    margin-top: 20px;
}

.btn{
    border-radius: 0px!important;
}

.txtslider{
	font-weight:bold;
	color:black;
}

/************************** main -  body  end ****************************/
/************************** TEXT ****************************/
P {
    font-family: 'Nunito', sans-serif;
}

h1, h2, h3 {
    font-family: 'Quicksand', sans-serif;
}

h4{
    font-family: 'Merriweather', serif;
}

h1 {
    font-family: 'Quicksand', sans-serif;
}

/************************** TEXT END****************************/

/************************** SIDEBAR ****************************/
/*background-image: radial-gradient(circle, darkslategrey,#333);*/
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.9s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;

}

.sidenav a:hover {
    color: lightgreen;
    border-left: 150px solid palegreen;
    font-weight: bold;
    font-weight: lighter;

}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 101;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 3.6s;
}

.bar1:hover, .bar2:hover, .bar3:hover{
    width: 45px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 3.6s;
}

.change .bar1 {
    -webkit-transform: rotate(-405deg) translate(-9px, 6px);
    transform: rotate(-405deg) translate(-9px, 6px);
    background-color: white;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(405deg) translate(-8px, -8px);
    transform: rotate(405deg) translate(-8px, -8px);
    background-color: white;
}



@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/************************** SIDEBAR end  ****************************/
/************************** scrollbar  ****************************/
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: black;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: darkblue;
}

/************************** scrollbar end  ****************************/

/************************** corousel   ****************************/
.tavCarousel {
    max-height: 200px;
    min-width: 100%;
}

.main-text {
    position: absolute;
    top: 150px;
    width: 96.66666666666666%;
    color: white;
}

/************************** corousel end  ****************************/

@media screen and (min-width: 480px) {

    .bannerhome{
        max-width: 100%;
        background-color: white;
        padding: 125px;
    }

    #ccbihamb{
        position: fixed;
        z-index: 199;
        right:1px;
        top:20px;
        border-radius: 100%!important;
        background-color: transparent;
        width: 100px;
        height: 100px;
        overflow: hidden;
        cursor: pointer;
    }
}

@media screen and (max-width: 480px) {
    .bannerhome{
        background-color: white;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #ccbihamb{
        position: fixed;
        z-index: 199;
        right:-2px;
        top:10px;
        background-color: transparent;
        width: 100px;
        height: 100px;
        overflow: hidden;
        cursor: pointer;
    }
}


