*{
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	box-sizing:border-box;
}

body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

body{
	font-size:15px;
    font-family: "open-sans";
	color:#2f353f;
}

.clearfix::after, .clearfix::before {
    display: block;
    content: "";
    clear: both;
}

h1, h2, h3, h4, h5, h6{
	font-family:"montserrat";
     font-weight: normal;
	 color:#304552;
}

input, select, textarea{
	font-family:"open-sans";
	font-size:13px;	
	outline:none;
	float:left;
	width:100%;
	padding-left:5px;
	border:#ccc solid thin;
	border-radius:3px;
}


input{
	height:35px;
	line-height:32px;
	border:none;
	border-radius:0;
	border-bottom:#ccc solid thin;
	font-size:17px;
	outline:0;
	background:none;
}

input:focus{
	border-color:#02959F;
}

textarea{
	resize:none;
}	

.btn{
	width:auto;
	padding:5px 15px;
	background:none;
	border:none;
	font-size:16px;
	text-transform:uppercase;	
	cursor:pointer;
	font-size:16px;
	font-family:"montserrat";
	text-decoration:none;
}

.btn-center{
	display:inline-block;
	float:none;
}

p{
	font-family:"open-sans";	
}


.container-txt{
	position:absolute;
	right:0;
	bottom:50px;
	width:40%;
	text-align:right;	
}


.container-txt h1{
	background:rgba(0,169,180,0.8);
	color:#fff;	
	padding:15px;
	display:inline-block;
	font-size:35px;
}

.container-txt p{
	background:rgba(255,255,255,0.7);
	color:#000;	
	padding:15px;
	display:inline-block;
	font-size:16px;
}

.container-txt h1, .container-txt p{
	padding-right:50px;	
}

#login-main{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:600px;
	z-index:5;	
	padding-top:7%;
}

.login-inr{
	width:100%;
	position:absolute;
	left:100px;	
}

.logo{
	background:url(../images/logo-bg.png) no-repeat left;
	padding:90px 0 120px 110px;
	position:absolute;
	left:70px;
	top:-60px;
}

.login-bg{
	width:500px;
	height:750px;
	background:url(../images/login-bg.png) no-repeat;
	background-size:100% 100%;
	position:relative;	
	padding-top:180px;
	padding-left:30px;
}

.login-bg h3{
	color:#02959F;
	text-transform:uppercase;
	font-size:25px;	
}

.login-bg p{
	font-size:17px;
	width:50%;	
	color:#666;
	margin:30px 0;
	padding:0;
	
}

.form{
	float:left;
	display:block;
	width:70%;
}

.form .form-group{
	width:100%;
	float:left;
	margin-bottom:20px;	
}

#slides{
	position:fixed;
	width:100%;
	height:100%;
	overflow:auto;	
}

#full-sider{
	position:fixed;
	height:100%;	
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item{
	position:fixed;
	height:100%;	
}


.forgot{
	font-family:"montserrat";
	font-size:13px;	
	color:#666;
	float:left;
	display:block;
	text-decoration:none;
	clear:both;
	float:left;
	margin-top:15px;
	margin-right:10px;
}

input.btn, a.btn{
	background:#00a9b4;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:5px;
	height:auto;
	display:block;
	float:left;
	margin-right:10px;
}

.dwnld{
	position:absolute;
	bottom:40px;
	left:55px;	
}

.dwnld h2{
	color:#fff;
	font-size:17px;
	padding:10px;
	padding-left:150px;
	position:relative;
	display:block;	
	overflow:hidden;
}

.dwnld h2::before{
	background:#02959F;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	width:100%;
	height:100%;
	position:absolute;
	content:'';
	display:dlock;
	right:0;
	top:0;
	z-index:-1;
}

.dwnld-on{
	padding-left:150px;	
	display:block;
	margin:10px 0;
}

.dwnld-on a{
	margin-right:5px;
}


.video{
	width:102px;
	height:160px;
	position:absolute;
	top:20px;
	right:20px;
	display:block;
	z-index:5;	
}

.item img{
	min-height:100%;
}

.img-big{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top right;	
}

.hide, a.hide{
	display:none;
}

canvas {
		cursor: crosshair;
		display: block;
		position:relative;
		z-index:1;
	}

.btns{
	width:40px;
	height:40px;
	background:rgba(255,255,255,0.5);
	border:rgba(255,255,255,0.7) solid 3px;
	border-radius:50%;
	position:absolute;
	top:10px;
	right:10px;
	z-index:1000;
	box-sizing:content-box;
}

.pause, .play{
	width:40px;
	height:40px;
}

.pause{
	background:url(../images/pause.png) no-repeat center;	
	background-size:70%;
}

.play{
	background:url(../images/play.png) no-repeat center;	
	background-size:70%;
	display:none;	
}

.link{
	position:absolute;
	display:block;
	z-index:3;
	width:100%;
	height:100%;
}

.buttons{
	position:absolute;
	right:15%;
	bottom:13%;	
}

.motivate-btn img{
	width:250px !important;		
	display:inline-block;
	vertical-align:middle;
	float:left;
}

/* modal-popup */

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align:center;
  background:rgba(66,73,81,0.4);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-header {

  border-bottom: 1px solid #e5e5e5;
  margin-bottom:15px;
}

.modal-header .heading{
	margin-bottom:0;
	color:#4C5667;	
}

.modal-header .close {
  margin-top: 5px;
}

.close {
    float: right;
    font-size: 15px;
    cursor: pointer;
	position:absolute;
	right:0;
	top:-30px;
	background:none;
	padding:0 5px;
	text-transform:capitalize;
}

.btn-blue-outline{
	color:#fff;
	border:#fff solid thin;
	border-radius:30px;
}

.btn-white i{
	width:auto;
	height:auto;	
	margin-right:7px;
	font-size:18px;
}

.btn-blue-outline:hover{
	background:#4786D4;	
}


.modal-dialog
{
    background:#fff;
    padding:15px;
    border-radius:5px;
    float:none;
    display:inline-block;
    text-align:left;
    margin-top:80px; 
	box-shadow:0 0 5px 0 rgba(66,73,81,0.2);   
}

.modal-med
{
    width:60%;
}

.modal-med-small{
	width:800px;	
}

.modal-small
{
    width:600px;
}

.modal-body .heading{
	width:100%;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#ccc solid thin;	
}

.testimonial-data {
	background:#fff url(../images/university.png) no-repeat top / cover;
	width:100%;
	float:left;
}

.emp-dtl{
	width:30%;	
	float:left;
}

.emp-dtl img{
	width:100%;	
}

.emp-dtl h5{
	font-style:italic;	
}

.emp-img{
	border:#fff solid 3px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	margin-bottom:15px;
}

.emp-testi{
	float:right;
	width:68%;	
}

.emp-testi p{
	font-style:italic;	
}


.modal li{
	width:100%;
	float:left;
	padding:0;
	padding-bottom:10px;
	margin:0;
	list-style-position:inside;
}

.modal-body{
	max-height:500px;
	overflow:auto;
}