@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
.whatsapp{
	position:fixed;
	width:45px;
	height:45px;
	bottom:40px;
    left: 10px;
	 right:20px; 
	background-color:#25d366;
	color:#FFF;
	border-radius:20px;
	text-align:center;
  font-size:25px;
	box-shadow: 2px 2px 4px #999;
  z-index:100;
}

.whatsappicon{
	margin-top:11px;
}
/* mobile phone icon */

.phone {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 110px;
    left: 10px;
    background-color: #004dfd;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.phoneicon
{
    padding-top: 12px;
}
/* mobile phone icon end*/
*{
    
    font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
      scroll-behavior: smooth;
}
html,body
{
    background-color:#f8f8f8
}
.Sliderafterbefore
{
    position: relative;
    z-index: 1;
}
.Sliderafterbefore::before
{
    content: '';
    background-color: black;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.8;
    z-index: 1;
}
/* .nav-item ul li:hover
{
color:#ffc107;
}
.nav-item ul li
{
color:white;
} */

/* about section */

/* .section-title:hover:after {
    width: 160px;
    background-color: #552018;
} */
/* .section-title:after {
    position: relative;
    bottom: -9px;
} */
/* .section-links:after, .section-title:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    left: 0;
    background-color: #552018;
   } */
    .shahisnanuprlayerelement table td,th
    {
        border: 1px solid brown;
        padding:8px;
    }
    .shahisnanuprlayerelement
    {
        position: relative;
        z-index: 1;
    }
    .shahisnanuprlayerelement::before
    {
content: '';
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
background-color: #000000;
position: absolute;
opacity: 0.4;
z-index: -1;
    }
    