body{
	overflow-x:hidden;
}
*{
margin: 0;
}
#nav_section{
position:fixed;
width:100%;
top: 0;
z-index: 10;
}
.navbar .navbar-toggler{
    color: aliceblue;
    margin-right: 1rem;
    background-color: whitesmoke;
}  
.navbar{
    background-color:#0c394d;
    padding: 0 !important;
}
.navbar-brand img {  
    filter: saturate(5); 
    margin-left: 15px;
    height: 50px;
}
.navbar-nav {
    margin-left: auto;
    margin-right: 10px;
    line-height:60px;	
}
.navbar-nav li a {
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 5px 10px;
    border-radius: 3px;
    float:right;
    text-align: left;
    margin:0 20px;
    font-family: sans-serif;
    font-weight: bold;
}
.num{
    color: #fff !important;
    font-size: 18px;
    font-weight:550;
    margin:6px;
    border-radius: 10px;
    width: 120px;
    background-color: green;
    height: 35px;
    margin-top: 20px;
}
@media screen and (max-width: 952px){
    .navbar-nav li a {
        float: left;
        margin:0;
        line-height: 2;
    }
    iframe{
        margin-top: 80px;
    }
}
@media screen and (max-width: 952px){
    .num p{
        padding-top: 12px;
    }
    .num{
        margin-top: 2px;
    }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
}
}
/*footer section*/
#hov a{
    text-decoration: none;
}
/* demo */
.demo{
    margin-top: 90px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  }
  
  .my-float{
	margin-top:16px;
  }
  .sociall{
  margin-left: 12px;
  }

  .form{
    margin-top: 90px;
    text-align: center;
    color: #0c394d;
  }
.sociall{
    color: white;
    font-size: 20px;
    

}

.foot{
   padding-bottom: 10px;

   
}
