@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

*{
scroll-behavior:smooth !important;
}
div,a,p,h1,h2,h3,h4,h5,h6,span{
font-family:'Montserrat', sans-serif !important;
}


.footer-menu-css{
	padding: 0px;
list-style: none;
justify-content: center;
align-items: center !important;
}

.footer-menu-css li{float: left;padding-bottom: 5px;}
.footer-menu-css li a{
	font-size:11px;
	padding-right:10px;
	padding-left:10px;
	color: #fff;
}

.montserrat-font{
font-family: 'Montserrat', sans-serif !important;
font-size:37px !important;
margin-top:-22px !important;
margin-bottom:-18px !important;
font-weight:500 !important;
padding:0px !important;
/*border:2px solid white;*/
}

ul li a{
/*font-size: 15px !important;*/
font-family: 'Montserrat', sans-serif !important;
}
.menu-lowercase li a{
font-size: 15px !important;
font-weight: 600;
border-radius:10px !important;
background: transparent;
font-family: 'Montserrat', sans-serif !important;

}

.menu-lowercase li a:hover{
background: #0001;
/*transition: 50% 50%; */
height: 20px;
color: black !important;
/*width: 150px;*/
border-radius:10px !important;
}


.logo-default{
font-size: 19px !important;
font-family: 'Montserrat', sans-serif !important;
}

.logo-dark{
font-size: 19px !important;
font-family: 'Montserrat', sans-serif !important;

}

.menu-on-right li {
cursor: pointer;
margin-top: -0px;
color: black !important;
/*text-transform: lowercase;*/
padding-left:25px;
}

.menu-on-right li a{
cursor: pointer !important;
color: black !important;
/*margin-top: -80px;*/
font-size:15px !important;
font-family: 'Montserrat',sans-serif !important;
font-weight: normal !important;
font-weight:590 !important;
text-transform: capitalize !important;
}

.right-list{
/*right:10% !important;*/
cursor: pointer !important;
}


.right-menu-bar li a{
cursor: pointer;
color: black !important;
font-size: 14px !important;
font-weight: 500 !important;
font-family: 'Montserrat', sans-serif !important;
}
.dropdown-container {
margin-top: -5px;
cursor: pointer;
display: none;}
.dropdown-container li{
padding-left:15px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0;
}

.dropdown-container li a{
padding-top: 5px;
padding-bottom: 5px;
/*display: none;*/
/*padding-left: 10px;*/
color: black;
font-size: 14px !important;
font-weight: 500 !important;
font-family: 'Montserrat', sans-serif !important;

}
.dropdown-btn:hover{
background: #fff;
}

.right-menu-bar li:hover{
background: #fff;
text-decoration: none !important;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
float: right;
padding-right: 8px;
}


.example {
/*background-color: #eee;*/
/*width: 200px;*/
height: 100px;
/* border: 1px dotted black;*/
overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
/*display: block;*/
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}


.distop-block{
display: none !important;
}


.example2 {
/*background-color: #eee;*/
/*width: 200px;*/
height: 220px;
/*ma-bottom: 40px;*/
/* border: 1px dotted black;*/
overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example2::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example2 {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

/*////////////////about////////////////*/
/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}

}

.spc h4{
/*border: 1px solid white;*/
color:#fff;
font-size: 26px;
margin: 0;
padding: 0;
}
.spc p{
margin-top:-10px;
color:#fff;
font-size: 16px;
}




