@charset "utf-8";


iframe {
}
.header {
    width: 100%;
    height: 300px;
	background-image: url('pic/he.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
.hleft img {
    width: 100px;
    height: 100px;
    top: 5px;
    position: absolute;
    z-index: 300;
}
.hleft {
    display: inline-block;
    width: 30%;
    height: 100%;
}
.hmain {
    display: inline-block;
    text-shadow: 2px 2px 1px gray;
    width: 30%;
    height: 100%;
    position: absolute;
}
.hright{
    display: inline-block;
	right: 20px;
	top: 14px;
    text-shadow: 2px 2px 1px gray;
    width: 30%;
    height: 200px;
    position: absolute;
    
 
    }
    .hright a{
        width: 80px
            
    }
    
.cmenu {
    width: 350px;
    height: auto;
    opacity: 1;
    display: inline-block;
    float: left;
    position: absolute;
    background-color: #ffffff;
background-image: linear-gradient(90deg, #ffffff 0%, #5899e2 74%);
    margin-top: 3px;
    overflow: hidden;
    direction: ltr;
    box-shadow: 2px 2px 2px black;
    z-index: 5;
	border-radius: 4%;
}
.cmenu a {
    font-size: 15pt;
    padding-bottom: 5px;
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    font: bold 15pt black;
	text-shadow: 1px 1px 1px white;
}
.ccontent {
    
    min-width: 700px;
    width: 90%;
    height: auto;
    min-height: 700px;
    display: inline-block;
    float: right;
}
.footer {
    width: 100%;
    height: 280px;
    display: block;
    background-color: black;
}
#topMenu {
    background: linear-gradient(#333232, gray, #333232);
    width: 100%;
    height: 60px;
    display: block;
    color: white;
    overflow: hidden;
    width: 100%;
    transition: all 1s;
    line-height: 46px;
    direction: ltr;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 30px;
    line-height: 26px !important;
    font-size: 12px !important;
    box-shadow: 3px 3px 2px black;
}
#topMenu a {
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;
    display: inline-block;
    text-align: center;
    text-shadow: 2px 2px 2px black;
}
.ifrm {
    min-width: 100%;
    float: right;
}
.btnm {
    width: 40px;
    height: 50px;
    float: right;
}
ul {
    list-style-type: none;
}
#ser {
    display: block;
    width: 80px;
}
body {
    background-color: #4E4E4E;
}
.pay {
    width: 150px;
    height: 50px;
    opacity: 0.8;
    background: linear-gradient(180deg, darkblue, blue, black);
    text-align: center;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    box-shadow: 3px 3px 1px gray;
}
.pay p {
    text-decoration: none;
    
}
.pay a {
    color: white;
    text-decoration: none;
    text-decoration-line: none;
    display: block;
    width: 100%;
    height: 100%;
    text-shadow: 1px 1px 1px gray;
    font-weight: bold;
    font-size: 18px;
}

footer{
    
    
    background: url("pic/f1.jpg");
	background-repeat: no-repeat;
	
	height: auto;
    

    
    
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
    text-shadow: 2px 2px 1px gray;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: black;
    text-shadow: 1px 1px 1px gray;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: black;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
   
    background: #4E4E4E;
    width: auto;
    padding: 20px;
padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;
    

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}
    

    .login{
        position: absolute;
        display: none;
        top: 30px;
        z-index: 200;
    }    
    .active{
        display: block;
    }
    .form-3 {
    font-family: 'Ubuntu', 'Lato', sans-serif;
    font-weight: 400;
    /* Size and position */
    width: 300px;
    position: relative;
    margin: 60px auto 30px;
    padding: 10px;
    overflow: hidden;

    /* Styles */
    background: #111; 
    border-radius: 0.4em;
    border: 1px solid #191919;
    box-shadow: 
        inset 0 0 2px 1px rgba(255,255,255,0.08), 
        0 16px 10px -8px rgba(0, 0, 0, 0.6);
}
.form-3 label {
    /* Size and position */
    width: 50%;
    float: left;
    padding-top: 9px;

    /* Styles */
    color: #ddd;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #000;
    text-indent: 10px;
    font-weight: 700;
    cursor: pointer;
}

.form-3 input[type=text],
.form-3 input[type=password] {
    /* Size and position */
    width: 50%;
    float: left;
    padding: 8px 5px;
    margin-bottom: 10px;
    font-size: 12px;

    /* Styles */
    background: linear-gradient(#1f2124, #27292c);    
    border: 1px solid #000;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.1);
    border-radius: 3px;

    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: #fff;

}

.form-3 input[type=text]:hover,
.form-3 input[type=password]:hover,
.form-3 label:hover ~ input[type=text],
.form-3 label:hover ~ input[type=password] {
    background: #27292c;
}

.form-3 input[type=text]:focus, 
.form-3 input[type=password]:focus {
    box-shadow: inset 0 0 2px #000;
    background: #494d54;
    border-color: #51cbee;
    outline: none; /* Remove Chrome outline */
}
    
    .form-3 p:nth-child(3),
.form-3 p:nth-child(4) {
    float: left;
    width: 50%;
}
        .form-3 label[for=remember] {
    width: auto;
    float: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    text-indent: 2px;
}

.form-3 input[type=checkbox] {
    margin-left: 10px;
    vertical-align: middle;
}
        
        .form-3 input[type=submit] {
    /* Width and position */
    width: 100%;
    padding: 8px 5px;
  
    /* Styles */
    border: 1px solid #0273dd; /* Fallback */
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 3px;
    background: #38a6f0;
    cursor:pointer;
  
    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

.form-3 input[type=submit]:hover { 
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.form-3 input[type=submit]:active { 
    background: #287db5;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
    border-color: #000; /* Fallback */
    border-color: rgba(0,0,0,0.9);
}

.no-boxshadow .form-3 input[type=submit]:hover {
    background: #2a92d8;
}
        
        /* Gradient line */
.form-3:after {
    /* Size and position */
    content: "";
    height: 1px;
    width: 33%;
    position: absolute;
    left: 20%;
    top: 0;

    /* Styles */
    background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}

/* Small flash */
.form-3:before {
    /* Size and position */
    content: "";
    width: 8px;
    height: 5px;
    position: absolute;
    left: 34%;
    top: -7px;
    
    /* Styles */
    border-radius: 50%;
    box-shadow: 0 0 6px 4px #fff;
}
        
        .form-3 p:nth-child(1):before{
    /* Size and position */
    content: "";
    width: 250px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 45px;

    /* Styles */
    transform: rotate(75deg);
    background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    pointer-events: none;
}
        
        .no-pointerevents .form-3 p:nth-child(1):before {
    display: none;
}



