html{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    background: url(../images/bg2.jpg) no-repeat center top #000;
    background-size: 100%;
    padding-bottom: 110px
}

a, .primary-color{
    color: #000052;
}

.primary-bg{
    background: #000052;
}

.secondary-color{
    color: #FFF;
}

.secondary-bg{
    background: #cdbe66;
}

header{
    width: 100%;
    margin-bottom: 30px;
}

        .logo img{
            max-width: 280px;
            transition: transform .1s
        }
    
            .logo img:hover{
                transform: scale(1.1);
            }

        .login{
            border: 1px solid #a18a3e;
            background: #000;
            padding-top: 1rem;
            padding-bottom: 1rem;
            border-radius: 0px 29px 0px 29px;
            -webkit-border-radius: 0px 29px 0px 29px;
            -moz-border-radius: 0px 29px 0px 29px;
        }
		
		.login-username, .login-password, .login-btn{
			width: 100%
		}
		
		.login-btn input{
			font-weight: bold;
		}

        .login input, .login button, .login-agent{
            width: 100%;
            height: 45px;
            /* line-height: 40px; */
            border-radius: 0px 10px 10px 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 0px 10px 10px 10px;
            background: rgb(204,204,204);
            background: linear-gradient(180deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
            border: 1px solid #333;
            padding: 1% 2%;
            margin: 7px 0;
        }

        .login input{
            border-left: 2px solid #cdbe66;
        }

        .login button{
            background: #cdbe66;
            color: #000;
            font-weight: bold;
        }

        .login-agent{
            float: left;
            text-align: center;
            background: #333;
            color: #FFF;
            border:1px solid #333
        }

            .login-agent-mb{
                margin: 20px 0 0 0;
            }

        .slider-wrap{
            margin: 25px 15px;
            position: relative;
            cursor: -webkit-grab; cursor: grab;
            -webkit-box-shadow: 0px 20px 15px 5px rgba(0,0,0,0.6); 
            box-shadow: 0px 20px 15px 5px rgba(0,0,0,0.6);
            min-height: 140px;
            width: 100%;
            display: inline-block;
        }
        
            .slider-wrap img{
                width: 100%;
            }
        
            .bx-controls{
                display: none;
            }

        footer{
            position: fixed;
            bottom: 0;
            width: 100%;
            border-top: 1px solid #a18a3e;
            background: #000;
        }

            .footer-logo{
                padding: 10px 0;
            }

                .footer-logo, .footer-copyright{
                    color: #FFF;
            font-weight: bold;
                    font-size: .9em;
                }
        

    @media only screen and (min-width: 48em) {

        body{
            background: url(../images/bg.jpg) no-repeat center top #000;
            background-size: 100%;
        }
		



    }

    @media only screen and (min-width: 62em) {

    }

    @media only screen and (min-width: 75em) {

    }

