body { 
	height: 100vh;
	max-width: 1920px; 
	margin: 0 auto !important; 
	float: none !important;

}

.cxWebinarA {
	width: 100%;
	height: 83%;
	margin-top: 43px
}

video {
  width: 100%;
  height: auto;
}


input.w3-input {
border-radius:0px;

}

select.w3-select {
border-radius:0px;
} 
.vh80 {
height: 80vh;
background-image: url('1200x2000-02.png');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right top;
background-size: cover;
}

.header {
height: 100vh;
background-image: url('bg2.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top;
background-size: cover;
}

.bgnav {

	background-image: url('bg.png');
	background-repeat: no-repeat;
	background-position: center   top;
	background-attachment: fixed;
	background-size: cover;
	}
	
.bgFaculty {
	height:750px;
	background-image: url('Faculty.png');
	background-repeat: no-repeat;
	background-position: right  top;
	background-attachment: scroll;
	background-size: cover;
	}
	
.bgRegistration {
	height:650px;
	background-image: url('Registration.png');
	background-repeat: no-repeat;
	background-position: right  top;
	background-attachment: scroll;
	background-size: cover;
	}
	
.bgGeneralInfo {
	height:650px;
	background-image: url('GeneralInfo.png');
	background-repeat: no-repeat;
	background-position:  right  top;
	background-attachment: scroll;
	background-size: cover;
	}
		
.bgContact {
	background-image: url('bg.png');
	background-repeat: no-repeat;
	background-position:  center  bottom;
	background-attachment: fixed;
	background-size:cover;
	}
	
.bgs {
	height: 100vh;
	background-image: url('sbg1.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: local;
	background-size: cover;
	}
		

	
.bg1 {
	background-image: url('bg1.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: 100%;
	
	
	}


.bg2 {
	background-image: url('bg2.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	background-size: 100%;
	}

.pointer{cursor:pointer;}
a:link {text-decoration:none;}





#myBtn {
display: none;
position: fixed;
bottom: 30px;
right: 20px;
z-index: 30;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 10px;
border-radius: 4px;
/*opacity: 0.5;*/
min-height:50px;
min-width:50px;

}

#myBtn:hover {
background-color: #5555;
}

/* [1] The container */
.w3-hover-zoom {
/* height: 300px; /* [1.1] Set it as per your need */
overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
.w3-hover-zoom img {
/* transform-origin: 0 0; */
transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.w3-hover-zoom:hover img {
transform: scale(1.2);
}
.w3-hover-zoom-small {
overflow: hidden;
}
.w3-hover-zoom-small img {
transition: transform .5s ease;
}
.w3-hover-zoom-small:hover img {
transform: scale(1.075);
}
.w3-animate-move {
overflow: hidden;
}
.w3-animate-move {
transition: transform 0.5s ease;
}
.w3-animate-move:hover {
transform: translate(10px, 0);
}




.xTab {
background-color: #f1f1f1;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 5px 12px;
transition: 0.3s;
border-radius: 0px 0px 15px 15px;
}

/* Style the tab */
.tab {
overflow: hidden;
/*border: 1px solid #ccc;
background-color: #f1f1f1;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
background-color: #f1f1f1;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 5px 10px;
transition: 0.3s;
border-radius: 8px 8px 0px 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 12px 12px;
border: 1px solid #ccc;
/* border-top: none;*/
}











