*
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    
       
}


.full
{
    width: 100%;
  
    }
    .full img
    {
        width: 100%;
    }
    .page
{
	background:#092147;
	width: 100%;
	}
    .inp
    {
        background:#092147;
		margin: 0 4%;
       
    }
    #header
    {
        color:#fff;  
		width: 100%;
          }
          #menu
          {width:100%;
           
          }
          #menu li
          {
          list-style:none;
          margin-top: 35px;
          display: inline-block;
          justify-content: center;
          
          }
          #menu li a
          {
          color:#fff;
          padding: 10px;
          font-weight:bold;
          font-size:150%;
          text-decoration:none;
          background: linear-gradient(90deg, #01becb, #55e7fc);
          
          
          }
          #menu li a:hover
          {
          
          
          background: rgb(167, 234, 255);
          color: blue;
          
          box-shadow:2px 2px 10px 8px rgb(76, 250, 241) ;
          }
          .center{
              text-align:center;
              color:#092147;
              }

.m  button{
    position: relative;
    padding: 15px 8px 0 8px;
    margin: 10px 15px 5px 5px ;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 10px;
    background: linear-gradient(90deg, #0162cb, #55e7fc);
    
    transition: all 0.3s ease-in-out;
    box-shadow:1px 1px 1px 4px rgba(76, 250, 241, 0.5) ;    
}
.m  button:hover
{
    box-shadow:2px 2px 5px 10px rgb(76, 250, 241) ;
    background: rgb(167, 234, 255);
    color: blue;
}
.l button{
    position: relative;
    padding: 15px 8px 0 8px;
    margin:10px 5px 5px 5px ;
    color: #fff;
    text-decoration: none;
   font-size: 12px;
    border-radius: 10px;
    background: linear-gradient(90deg, #0162cb, #55e7fc);
   
    transition: all 0.3s ease-in-out;
    box-shadow:1px 1px 1px 4px rgba(76, 250, 241, 0.5) ;
}
.l button:hover
{
   
    box-shadow:2px 2px 5px 10px rgb(76, 250, 241) ;
    background: rgb(167, 234, 255);
    color: blue;
}
.profile
{background:linear-gradient(90deg, #0162cb, #55e7fc)  ;
padding:1px;
border-radius:40px;
margin:15px 0;
text-align:center;
}
.profile a
{color:#fff;
text-decoration: none;}
.profile a:hover, .chat a:hover
{color:yellow;
font-weight:bold;}

p 
{
    font-size: 15px;
    line-height: 23px;
}
.main_title
{

	display:flex;
	justify-content:center;
		
}
.main_title p
{width:100%;
	font-size:200%;
    line-height:45px ;
	font-weight:bold;
	text-align:center;
	color:gold;
	background-color: #092147;
	text-transform:uppercase;
	
    }
.center{
	text-align:center;
	color:#092147;
	}
    .justify a
{
    text-decoration: none;
}
.matter

{
    text-align: justify;
    padding: 10px;
    margin-top: -2%;
    
}
.justify
{
	text-align:justify;
	color:#fff;
    margin-bottom: 1%;
}
.title 
{
    text-align: center;
    font-weight: bold;
    color: #fff;
}



.model-open  {
    padding:4px ;
    background:#092147;
    color: #fff;
    border-radius: 6px;
    outline: none;
    border: none;
}
.model{
    position:relative;
    top: -100%;
     left: 0;
   width: 100%;
   height: auto;
    z-index: 2;
    display: none;
    animation: model-open .3s;
}
.model-content {
    background: #fff;
    top: -100%;
    left: 0;
    width: 100%;
     padding: 4px ;
    border-radius: 4px;
    z-index: 3;
    position:absolute;
    box-sizing: border-box;
}
.model-header
{
    font-weight: 700;
    padding: 5px ;
font-size: 28px;
color: rgb(255, 81, 0);
text-align: center;

}
.model-header .model-close
{
    float: right;
    font-size: 14px;
    background:#092147;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 4px;
    border-radius: 4px;
}
.model-body
{
    color: #092147;
    padding-top: 8px;
}
.model-footer {
    padding-top: 5px ;
    display: flex;
    justify-content: center;
    margin-top: -20px;
}
.model-footer .model-close
{
    padding: 4px;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #092147;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
}
.pics, pics1{
    
    background-color: #fff;
    
    
   
}

.pics1 img, .pics img
{
  width: 100% ;
 border: 4px solid #fff;
  box-sizing: border-box;
}
h4
{
    color: #4beee0fb;
    text-align: center;
    margin-bottom: 1%;
    text-shadow: #fff;
   
}


.top
{
    display: flex;
    width: 100%;
    
}

.btns p{
    font-size: 12px;
    font-weight: 700;
    padding: 2px 1px -4px 1px ;
}

.model-body p
{
    text-align: justify;
    font-size: 12px;
    padding: 2px 4px;
}
.btns
{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
    
}
.call-button {
    width: 33%;
    display: block;
    cursor: pointer;
    
      margin: auto;
   }
.call-button img {
     width: 50px;
     height: 50px;
      display:block;
      margin: auto;
      align-items: center;
      justify-content: center;
      
          }
.inner-pic
          {
              width: 34%;
              margin: 5px ;
          }
.inner-pic img
  {
      width: 100%;
      border: 3px solid rgb(81, 10, 245);
      border-radius: 15px;
  }
.whatsappmebutton {
    width: 33%;
    display: block;
    cursor: pointer;
     margin: auto;
        }
.whatsappmebutton img {
    width: 50px;
    height: 50px;
           display:block;
     margin: auto;
     align-items: center;
     justify-content: center;
			
        }
        .center1{
            text-align:center;
            color:#fff;
            font-weight:bold;
            background:#092147;
            }   


            .whatsappmebut {
                width: 65px;
                position: fixed;
                
                bottom: 25px;
                right:0;
                cursor: pointer;   
            }
            .call-but {
                width: 65px;
                cursor: pointer;
                display: block;
                bottom: 25px;
                left:0;
                position: fixed;
                z-index: 2;
               }
    .whatsappmebut img {
                width: 65px;
                height: 65px;
                margin-bottom:190px;
                margin-right:40px;
                display:flex;
            }

       .call-but img {
                 width: 65px;
                   height: 65px;
                   margin-bottom:190px;
                   margin-left:40px;
                   display:flex;
                        }

.soc ul {
    width: 100%;
    list-style: none;
   }

.soc li
{
    display:inline-block;

   
}
.tab
{width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
}
.soc li img
{
    height: 45px;
    width: 45px;
    margin-bottom: 10px;
    margin-top: -10px;
    }
.yel
{
    color: rgb(255, 255, 0);
}

.blk{
   
    justify-content: center;
    align-items: center;
    display: flex;
    
}
.gchat   
{
    display: inline-block;
}
.gchat a{
    display: inline-block;
    background: rgb(137, 186, 201);
    padding: 10px;
    
    text-decoration: none;
    margin:20px;
    transition: all 0.3s ease-in-out;
    box-shadow:1px 1px 1px 4px rgba(76, 250, 241, 0.5) ;
color: black;
text-align: center;
border-radius: 10px;
}
.gchat a:hover{
   
    box-shadow:2px 2px 5px 10px rgb(76, 250, 241) ;
 }
 

            @media (max-width: 767px){
                
            
.call-but img {
    width: 40px;
      height: 40px;
      margin-bottom:70px;
      margin-left:20px;
      
           }
           .whatsappmebut img {
            width: 40px;
            height: 40px;
            margin-bottom:70px;
            margin-right:20px;
                   }
                  
.gchat a {
    color:rgb(56, 17, 231);
    font-size:15pt;
    padding: 5px;
}

}
	


    
             
	

 