*{ margin:0px; padding:0px;}
.wrapper .style-chooser::before {
    background-color: rgba(50, 50, 50, 0.4);
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
    width: 100%;
}
.wrapper .style-chooser {
    background-position: 45% 50% !important;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    transition: all 1s ease 0s;
    width: 50% !important;
}
.wrapper .style-chooser.first {
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-image: url(school.jpg); 
    height:100%; 
    position:fixed; 
    left:0px;
}
.wrapper .style-chooser.second {
     background-position: center center; 
     background-image: url(sainik.jpg); 
     background-size: cover; 
     background-repeat: no-repeat;
     height:100%; 
     position:fixed; 
     right:0px;
}
.wrapper .style-chooser:hover::before {
    opacity: 0;
}
.wrapper .style-chooser:hover {
    background-position: 50% 50% !important;
}

@media only screen and (max-width:1100px)
{
.wrapper .style-chooser{width:100% !important; overflow:hidden;}
.first{height:50% !important; top:0px !important;}
.second{height:50% !important; bottom:0px !important;}
}


.load-complete {
    position: fixed;
	overflow: hidden;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #222;
    width: 10px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
.alert-msg {
	text-align: left;
	background: #ffcac4;
	padding: 5px 10px;
	color: #685654;
	font-size: 12px;
	font-weight: 600;
	display: none;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
