* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	overflow-x:hidden;
	font-family: 'Lato', sans-serif;
}
.logo img {
	width: 100%;
	float: left;
}
.container {
	width: 90%;
	margin: 0 auto;
}
header {
	position: fixed;
	float: left;
	width: 100%;
	z-index: 9000;
}
header.fixed .head {
	background: #efefef;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#camera_wrap_4 {
	margin-bottom: 0 !important;
}
.logo {
	width: 20%;
	float: left;
}
.logo img {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.head {
	background: #efefef;
	float: left;
	width: 100%;/*! padding: 15px; */

}
.nav {
	float: right;
	width: 70%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;/*! margin-top: 8px; */

}
.nav ul {
	float: right;
	width: 100%;
	margin-top: 15px;
}
.nav ul li {
	display: inline-block;
	/*! margin-left: 20px; */

	position: relative;
	float: left;
	border-right: 1px solid #334770b0;
}
.nav ul li a {
	text-decoration: none;
	float: left;
	color: #000;
	letter-spacing: 1px;
	font-size: 15px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	width: 100%;
	float: left;
}
.nav ul li a:hover {
	background: #334770;
	color: white;
}
.lines {
	display: none;
}
.nav ul li ul li {
	/*! display: none; */

	margin: 0;
	border: none;
}
.nav ul li:hover ul {
	display: block;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9999;
}
.nav ul li:hover ul li {
	z-index: 9999;
	width: 100%;
	padding: 0px;
	text-align: center;
	cursor: pointer;
	background: white;
	float: left;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav ul li ul li:hover {
	background: white;
	color: #00649f;
	z-index: 99999;
}
.nav ul li ul li ul.sub-menu {
	left: 140px;
	top: 0;
	display: none;
	width: 370px;
}
.nav ul li ul li ul.sub-menu a {
	font-size: 13px;
}
.sub-menu .sub-menu1 {
	border-right: 1px solid #ccc;
}
.nav ul li ul li:hover ul.sub-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav ul li ul {
	position: absolute;
	top: 75%;
	left: 0;
	z-index: 3;
	/*! -webkit-animation: .5s slideLeft ease; */

	        /*! animation: .5s slideLeft ease; */

	/*! display: none; */

	-webkit-box-shadow: 0px 0px 5px 0px #a8a8a8;
	box-shadow: 0px 0px 5px 0px #a8a8a8;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
 transition: opacity .3s, -webkit-transform .3s;
 -webkit-transition: opacity .3s, -webkit-transform .3s;
 -o-transition: transform .3s, opacity .3s;
 transition: transform .3s, opacity .3s;
 transition: transform .3s, opacity .3s, -webkit-transform .3s;
	margin-top: 20px;
	/*! margin-left: 10px; */

	width: 140px;
}
.sub-menu {
	background: white;
}
.sub-menu ul li a {
	font-size: 10px;
}
.nav1 {
	float: right;
	margin-top: 12px;
	margin-right: 5px;
	position: relative;
}
.nav1 ul {
	float: left;
	margin-left: 10px;
}
.nav1 ul li {
	float: left;
	list-style: none;
	margin-left: 40px;
}
.nav1 ul li a {
	float: left;
	text-decoration: none;
	color: black;
}
.nav1 ul li a:hover {
	color: #47b0ff;
}
.nav1 .green {
	float: left;
	background: green;
	padding: 10px;
	margin-top: -10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nav1 .green a {
	color: white;
}
.banner img {
	width: 100%;
}
.nav1 .green a:hover {
	color: white;
}
.banner img {
	float: left;
	width: 100%;
	-o-object-fit: cover;
	/*! object-fit: cover; */



    height: 100vh;
}
.banner {
	position: relative;
	float: left;
	width: 100%;/*! margin-top: 118px; */
}
.banner .par {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	width: 100%;
	z-index: 1;
}
.banner > img {
	width: 100%;
	float: left;
	height: -webkit-calc(100vh - 62px);
	height: calc(100vh - 62px);
	-o-object-fit: cover;
	object-fit: cover;
	min-height: 550px;
}
.banner .par {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.slider-text h1 {
	width: 100%;
	color: white;
	margin-top: 50px;
	float: left;
	font-size:75px;
	text-align: center;
}
.slider-text h3 {
	margin-top: 10px;
	font-size:25px;
	color: white;
	width: 100%;
	text-align: center;
}
.slider-image {
	position: relative;
}
.slider-content {
	position: relative;
}
.slider-images {
	width: 100%;
	float: left;/*! padding: 0 20px; */

}
.slider-images .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.slider-image {
	width: 100%;
	float: left;
}
.slider-image .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.slider-content {
	position: relative;
}
.banner .slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 50px;
	border: none;
	background: url(../img/left.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
}
.banner .slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 50px;
	border: none;
	background: url(../img/right.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
}
.slider-text a {
	padding: 15px;
	color: #47b0ff;
	float: left;
	/*! margin-left: 6%; */

    margin-top: 40px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #47b0ff;
	width: 200px;
	text-align: center;
	z-index: 999;
	float: left;
}
.slider-text a:hover {
	background: #47b0ff;
	color: #fff;
}
.nav ul li .hun {
	width: 90px;
	margin-left: 0;
	z-index: 9999;
}
.back {
	background-image: url(../img/back.png);
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px;
	text-align: center;
	background-color: #ffd700;
}
#days {
	float: left;
	font-size: 85px;
	margin-left:30px;
	text-align: center;
	color: #000;
	font-weight: bolder;
}
#hours {
	float: left;
	font-size: 85px;
	margin-left:30px;
	text-align: center;
	color: #000;
	font-weight: bolder;
}
#min {
	float: left;
	font-size: 85px;
	margin-left:30px;
	text-align: center;
	color: #000;
	font-weight: bolder;
}
#sec {
	float: left;
	font-size: 85px;
	margin-left:30px;
	text-align: center;
	color: #000;
	font-weight: bolder;
}
.scl span {
	font-size: 14px;
	margin-top: 5px;
	margin-left: -35px;
	float: right;
	position: absolute;
}
.alb {
	display: inline-block;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3%;
	text-align: center;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.album {
	float: left;
	width: 200px;
	padding: 10px;
	background: rgb(51, 71, 112);
	margin: 0 10px;
}
.album h2 {
	color: white !important;
	font-size: 31px;
}
span {
	float: left;
	font-size: 20px;
	color: white;
	width: 100%;
}
#rcb {
	margin-top: 0%;
}
.counton {
	float: left;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: middle;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cba img {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 30px;
}
.about {
	float: left;
	padding: 30px 30px 0;
	width: 100%;
	background: #e3e3e3;
}
.about p {
	float: left;
	width: 100%;
	color: #4a4a4a;
	line-height: 30px;
	text-align: justify;
	margin-top: 20px;
	font-size: 15px;
}
.about a {
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 10px;
	background: #47b0ff;
	color: white;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;/*! margin-bottom: 50px; */

}
.about a:hover {
	background: #485a7e;
	color: white;
}
.org {
	float: left;
	width: 100%;
	padding: 100px 50px;
	background-image: url(../img/a1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.org h2 {
	color: white;
	font-size: 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.box {
	float: left;
	width: 24%;
	margin-top: 50px;
	text-align: center;
	margin-left: 1%;
}
.box img {
	float: left;
	width: 225px;
	-o-object-fit: cover;
	object-fit: cover;
	height: 225px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 20px;
}
.box h3 {
	float: left;
	width: 100%;
	color: white;
	text-align: center;
	margin-top: 20px;
}
.box h4 {
	float: left;
	width: 100%;
	color: white;
	text-align: center;
	margin-top: 20px;
}
.map {
	float: left;
	width: 100%;
}
iframe {
	float: left;
	width: 100%;
	height: 100%;
}
.pannel-3 {
	float: left;
	width: 100%;
	padding: 30px;
	margin-top: 15px;
}
.news {
	float: left;
	background: #fff;
	width: 49%;
	padding: 20px;
	min-height: 370px;
}
.date {
	width: 90px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 65%;
	background: #334770;
	margin-top: 25px;
	float: left;
	position: relative;
}
.dot .date h2 {
	font-size: 26px;
	margin-left: -5px;
	color: white;
}
.date h4 {
	font-size: 12px;
	font-weight: normal;
	color: white;
}
.news hr {
	margin-top: 15px;
	color: #ffffff80;
	width: 15%;
}
.con h3 {
	display: inline-block;
	text-align: center;
	margin-top: 15px;
}
.con p {
	font-size: 14px;
	margin-top: 10px;
}
.con {
	float: left;
	width: 75%;
	margin-left: 25px;
	margin-top: 30px;
}
#popup label {
	color: white;
	font-size: 20px;
}
#popup input[type="text"], #popup input[type="email"], #popup input[type="password"], input[type="tel"], select, textarea {
	color: white;
}
#popup h2 {
	margin-top: 20px !important;
	margin-bottom: 40px;
}
.scl {
	border-top: 1px solid #0000008f;
	float: left;/*! margin-top: 20px; */

}
.events {
	float: left;
	background: #fff;
	width: 49%;
	padding: 20px;
	margin-left: 20px;
	min-height: 370px;
}
.events h2 {
	color: white;
	margin-bottom: 10px;
}
.con img {
	float: left;
	width: 305px;
	background: #ffffff82;
	padding: 8px;
}
.events .scl {
	float: left;
}
.events .con p {
	float: left;
	width: 100%;
	padding: 0 10px;
	line-height: 26px;
	color: #334770;
	font-size: 16px;
	margin-top: 15px;
}
.events .con {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-top: -20px;
	padding: 10px;
	background: #e6e6e6;
	height: 230px;
}
.events hr {
	margin-top: 15px;
	color: #fff;
	width: 20%;
}
.enter {
	/*! border-right: 1px solid #ffffffa1; */

	float: left;
}
.events .scl {
	border-top: none;
}
.foot img {
	float: right;
	text-align: center;
	width: 50%;
}
.foot {
	float: right;
	width: 50%;
	padding: 40px;
}
.foot h4 {
	float: right;
	margin-top: 25px;
	color: #b8b8b8;
}
.foot h4 a {
	color: #47b0ff;
	text-decoration: none;
	margin-top: 21px;
	float: right;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.social {
	float: right;
	width: 100%;
}
.social ul {
	float: right;
	color: #484848;
}
.social ul li {
	float: left;
	margin-left: 30px;
	list-style: none;
	color: white;
}
.such .slick-prev.slick-arrow {
	left: -70px;
}
.such .slick-next.slick-arrow {
	right: -70px;
}
.slick-next {
	right: -15px;
	top: 70%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.slick-prev {
	right: -15px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sch {
	float: left;
	width: 100%;
	padding: 50px;
	margin-bottom: 30px;
}
.sch h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 35px;
}
.s1 {
	float: left;
	width: 100%;
	background-color: #ebebeb;
	border: 1px solid #d7d7d7;
}
.s2 {
	float: left;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}
.da {
	float: left;
	width: 20%;
	background: #31a1b2;
	padding: 30px;
	color: white;
	text-align: center;
}
.da1 {
	float: left;
	width: 20%;
	background: #2b3d81;
	padding: 30px;
	color: white;
	text-align: center;
}
.da h3 {
	color: white;
}
.da h5 {
	color: white;
}
.daa {
	float: left;
	width: 80%;
	padding: 30px;
	margin-top: 5px;
}
.daa h3 {
	float: left;
	margin-left: 10%;
	color: #343434;
	font-size: 25px;
}
.daa h4 {
	float: left;
	margin-left: 20%;
	margin-top: 8px;
	color: #595959;
}
.venue img {
	float: left;
	width: 60%;
}
.v-con {
	float: left;
	width: 40%;
	margin-top: 6%;
	padding-left: 55px;
}
.venue {
	float: left;
	width: 100%;
	background: wheat;
}
.v-con h2 {
	font-size: 35px;
}
.v-con h3 {
	font-size: 20px;
	margin-top: 20px;
}
.v-con h4 {
	font-size: 16px;
}
.sky {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -17%;
	margin: auto;
	color: #fff;
	padding: 20px;
	text-align: center;
	-webkit-transform: skew(-205deg);
	-ms-transform: skew(-205deg);
	transform: skew(-205deg);
}
.skew1 {
	width: 65%;
	background: rgba(76, 24, 100, .8);
}
.skew2 {
	width: 70%;
	background: rgba(76, 24, 100, .6);
}
.skew3 {
	width: 75%;
	background: rgba(76, 24, 100, .4);
}
.banner {
	position: relative;
}
.abc {
	float: left;
	width: 60%;
	margin-top: 5%;
}
.cba {
	float: left;
	width: 40%;
}
video {
	float: left;
	width: 50%;
	margin-top: 50px;
	cursor: pointer;
}
.video2 {
	float: left;
	width: 50%;
	padding: 0px 30px;
	height:350px;
}
.video2 h3 {
	float: left;
	width: 100%;
	color: white;
	font-size: 25px;
}
.video2 p {
	color: #dfdfdf;
	margin-top: 20px;
	float: left;
	line-height: 33px;
	font-size: 18px;
}
.video2 a {
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 10px;
	background: #47b0ff;
	color: white;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px;
}
.video2 a:hover {
	background: white;
	color: #4db2ff;
}
.doc {
	float: left;
	width: 100%;
	position: relative;
	display: none;
}
.doc img {
	-o-object-fit: cover;
	object-fit: cover;
	float: left;
	width: 100%;
	background: #334770;
}
.dot h2 {
	font-size: 30px;
	margin-top: 10px;
	color: black;
}
.dot {
	position: absolute;
	top: 15%;
	left: 0;
	float: left;
	width: 100%;
	text-align: center;
}
.dot h3 {
	font-size: 21px;
	color: #334770;
	margin-top: 10px;
}
.dot a {
	color: white;
	text-decoration: none;
	padding: 13px;
	background: #299e29;
	margin-top: 5%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}
.dot a:hover {
	background: white;
	color: #47b0ff;
}
.fas.fa-phone {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav1 .green:hover {
	-webkit-box-shadow: 4px 4px 4px 1px gray;
	box-shadow: 4px 4px 4px 1px gray;
}
footer {
	background: #334770;
	float: left;
	width: 100%;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#form .wrap {
	margin-bottom: 10px;
}
input[type=text], input[type=email], input[type=password], input[type=tel], select, textarea {
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #ccc;
	/*! border-radius: 4px; */

    /*! box-sizing: border-box; */

    margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-family: open sans;
	background: #fff0;
	/*! color: #cf2b23; */

    border: none;
	border-bottom: 2px solid silver;
}
input[type=text]:focus, input[type=tel]:focus, select:focus, textarea:focus {
	border-bottom-color: indianred;
}
em.error {
	font-size: 12px;
	color: indianred;
	font-style: normal;
	width: 100%;
	float: left;
	margin-top: -10px;
	margin-bottom: 10px;
}
input[type=submit] {
	background-color: #0769AB;
	color: white;
	padding: 15px 45px;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 15px;
}
input[type=submit]:hover {
	background-color: red;
	color: white;
}
.container1 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #e6e6e6;
	padding: 20px;
	margin-top: 5%;
	width: 47%;
	display: inline-block;
	margin-bottom: 30px;
	float: left;
}
.container1 + .container1 {
	float: left;
	margin-left: 5%;
}
.container1 h3 {
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #002879;
	margin-bottom: 35px;
}
#doc {
	display: none;
}
label {
	color: #334770;
}
.ca {
	width: 250px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.for {
	float: left;
	/*! margin-top: 10%; */

	width: 100%;
}
.fresh i {
	font-size: 20px;
}
.banners img {
	float: left;
	width: 100%;
	position: relative;
	height: 60vh;
	margin-top: 117px;
	-o-object-fit: cover;
	object-fit: cover;
}
.banners {
	float: left;
	width: 100%;
}
.new input[type=text], .new input[type=tel], .new select, .new textarea {
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #ccc;
	/*! border-radius: 4px; */

    /*! box-sizing: border-box; */

    margin-top: 6px;
	margin-bottom: 0;
	resize: vertical;
	font-family: open sans;
	background: #fff0;
	/*! color: #cf2b23; */

    border: none;
	border-bottom: 1px solid silver;
	color: white;
}
.new input[type=text]:focus, input[type=tel]:focus, select:focus, textarea:focus {
	border-bottom-color: indianred;
}
.new em.error {
	font-size: 12px;
	color: indianred;
	font-style: normal;
	width: 100%;
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
}
.new input[type=submit] {
	background-color: #0769AB;
	color: white;
	padding: 15px 45px;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 30px;
}
.new input[type=submit]:hover {
	background-color: red;
	color: white;
}
.new .container1 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #334770;
	padding: 20px;
	margin-top: 5%;
	width: 80%;
	display: inline-block;
	margin-bottom: 30px;
	float: left;
	margin-left: 10%;
}
.new .container1 + .container1 {
	float: left;
	margin-left: 5%;
}
.new .container1 h3 {
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-top: 0;
	color: #fff;
	margin-bottom: 0;
	float: left;
}
.new label {
	color: #334770;
}
.new .ca {
	width: 250px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new {
	float: left;
	width: 50%;
}
.fresh {
	float: left;
	width: 100%;
	margin-top: 10%;
}
.blue {
	background: #385aa1;
	color: white;
	text-decoration: none;
}
.red {
	background: #de422b;
	color: white;
	text-decoration: none;
	margin-left: 20px;
}
.fresh a {
	float: left;
	padding: 15px;
}
.pdf_links {
	float: left;
	width: 100%;
	margin-bottom: 5%;
}

.wrapp {
	float: left;
	width: 100%;
	margin-top: 12%;
}
.blue:hover {
	-webkit-box-shadow: 0px 0px 5px 3px #9a9a9a;
	box-shadow: 0px 0px 5px 3px #9a9a9a;
}
.red:hover {
	-webkit-box-shadow: 0px 0px 5px 3px #9a9a9a;
	box-shadow: 0px 0px 5px 3px #9a9a9a;
}
.abt {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.abt h2 {
	float: left;
	width: 100%;
}
.abt p {
	float: left;
	width: 100%;
	text-align: justify;
	margin-top: 20px;
	line-height: 30px;
	color: #626262;
}
.popups > div {
	display: none;
}
.popups > div.show {
	display: block;
	width: 100%;
	padding-bottom: 30px;
}
.pdf_links > div:hover {
	background: #47b0ff;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.pdf_links > div {
	display: inline-block;
	float: left;
	background: #334770;
	cursor: pointer;
	text-align: center;
	width: 250px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 50px;
	margin-top: 20px;
	color: white;
	padding: 10px;
}
.pdf a {
	display: inline-block;
	float: left;
	cursor: pointer;
	text-align: center;
	color: black;
	text-decoration: none;
}
.demo-gallery {
	float: left;
	width: 80%;
}
.demo-gallery1 {
	float: left;
	width: 100%;
}
.n-logo.pr-logo li {
	border-radius: 5px;
	width: 23%;
	margin: 2px;
	float: left;
	list-style: none;
	padding: 10px;
	border: 2px solid #a2a2a2;
}
.demo-gallery1 .n-logo.pr-logo li {
	width: 24%;
	margin: 2px;
	float: left;
	list-style: none;
	padding: 10px;
	height: 230px;
}
.n-logo.pr-logo li+li {
/*! margin-left: 5px; */

}
.n-logo.pr-logo li span {
	color:#000;
	text-align:center;
	font-size: 16px;
	padding: 2px;
}
.n-logo img {
	display: inline-block;
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
}
.gallery h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 13%;
	margin-bottom: 30px;
	color: #334770;
	font-size: 24px;
}
.wrapp h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #47b0ff;
	font-size: 31px;
}
.gallery {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5%;
}
.popups {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 99999;
	background: rgba(0, 0, 0, .3);
}
.popups.show {
	display: block;
}
.tab {
	float: left;
	width: 20%;
	height: 100%;
}
.tab ul {
	float: left;
	width: 100%;
	padding: 20px;
}
.tab ul li {
	list-style: none;
	padding: 10px;
	background: #334770;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
	-webkit-box-shadow: 0 2px 2px 0px gray;
	box-shadow: 0 2px 2px 0px gray;
	text-align: left;
	color: white;
}
.tab ul li:hover {
	background: #47b0ff;
	color: white;
	cursor: pointer;
}
.tab ul li a {
	color: #fff;
	text-decoration: none;
	width: 100%;
}
.tab ul li a:hover {
	color: #fff;
}
.abc ul {
	color: #535353;
}
.abc ul li {
	list-style: none;
	font-size: 14px;
	width: 100%;
	float: left;
	margin-top: 11px;
}
.abc h3 {
	float: left;
	width: 100%;
	color: #334770;
	margin-top: 10px;/*! margin-bottom: 10px; */

}
.abc i {
	position: absolute;
	margin-left: -20px;
	font-size: 10px;
	margin-top: 3px;
}
.subs {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wra {
	float: left;
	width: 50%;
	margin-bottom: 5%;
}
.wra input[type="text"], .wra input[type="email"], .wra input[type="password"], input[type="tel"], select, textarea {
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-family: 'Lato', sans-serif;
	border-bottom: 1px solid #c1c1c1;
}
.subs h3 {
	float: left;
	color: #334770;
	width: 100%;
	font-size: 25px;
}
.vid {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.vid iframe {
	width: 100%;
	height: 350px;
	float: left;
	margin-left: 0;
}
#gray {
	/*! background-image: url(../img/exam.jpg); */

    float: left;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 0;
	background: #d8d8d8;
}
.video1 {
	float: left;
	width: 50%;
	height:350px
}
.video1 img {
	float: left;
	width: 100%;
	height:450px;
}
.inten {
	float: left;
	width: 100%;
	background: #335190;
	margin-top: 8%;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.bow {
	display: inline-block;
	width: 20%;
	height: 300px;
	text-align: center;
	padding: 15px;
}
.bow img {
	float: left;
	width: 200px;
	height: 200px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.bow + .bow {
	margin-left: 30px;
}
.bow h3 {
	color: white;
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.bow p {
	color: #a8a8a8;
	margin-top: 10px;
	font-size: 12px;
}
.inten h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}
.bann {
	float: left;
	width: 100%;
}
.bann img {
	float: left;
	width: 100%;
	position: relative;
	height: 60vh;
	margin-top: 117px;
	-o-object-fit: cover;
	object-fit: cover;
}
.fas.fa-level-down-alt {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #334770;
}
.pres img {
	width: 100%;
	float: left;
	position: relative;
	cursor: pointer;
	background-image: url(img/vid/covid.jpg);
}
.pres {
	width: 23%;
	float: left;
	position: relative;
	overflow:hidden;
}
.pres + .pres {
	margin-left: 30px;
}
.pres h4, .pres h2 {
	visibility: hidden;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}
.pres:hover h4, .pres:hover h2 {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.pres h4:hover {
	text-decoration: underline;
	cursor: pointer;
}
.pres h2:hover {
	text-decoration: underline;
	cursor: pointer;
}
.pres h4 {
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 999;
	margin-top: 40%;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	color: white;
	font-size: 20px;
}
.pres h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 9999;
	margin-top: 5%;
	font-size: 40px;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
	color: white;
}
.pres:hover .blo {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.blo {
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 100%;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	background: rgba(22, 22, 22, 0.58);
	cursor: pointer;
}
.content + .content {
	margin-top: 30px;
	float: left;
}
.pres h3 {
	position: absolute;
	top: -webkit-calc(100% - 55%);
	top: calc(100% - 55%);
	left: 0;
	color: white;
	font-size: 22px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.pres h4 i {
	font-size: 40px;
}
.tumb {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.sid {
	float: left;
	width: 22%;
	border:3px solid #CCC;
	margin:2px;
	border-radius:5px;
	height:240px;
}
.sid p {
	padding: 10px;
	background: #e3e3e3;
	color: #334770;
	width: 100%;
	text-align: center;
	font-weight: bold;
	height: 60px;
}
.sid img {
	width: 100%;
	float: left;
	cursor: pointer;
	border: 1px solid #ccc;
}
.cont1 {
	margin-top: 10%;
	float: left;
	width: 100%;
}
.cont1 h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #334770;
	font-size: 30px;
}
.tumb .sid + .sid {
	margin-left: 30px;
}
.print {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.des {
	float: left;
	width: 40%;
	background: white;
	margin-top: 0;
	margin-left: 5%;
	padding: 30px;
	height:465px;
}
.des ul li {
	margin-top: 10px;
	line-height: 30px;
	color: #3c3c3c;
	margin-left: 15px;
	list-style: none;
}
.des ul li ul li {
	margin-top: 10px;
	margin-left: 15px;
}
.comm {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 30px;
}
.des h4 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #222;
}
.des p {
	color: gray;
	line-height: 24px;
	text-align: justify;
}
.video {
	float: left;
	width: 50%;
	margin-bottom: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.comm #form .wrap {
	margin-bottom: 10px;/*! background: white; */

}
.comm input[type=text], .comm input[type=tel], .comm select, .comm textarea {
	width: 100%;
	padding: 12px;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-family: open sans;
	color: #000;
	/*! height: 200px; */

    background: white;
	height: 200px;
}
.comm em.error {
	font-size: 12px;
	color: indianred;
	font-style: normal;
	width: 100%;
	float: left;
	margin-top: -10px;
	margin-bottom: 10px;
}
.comm input[type=submit] {
	background-color: #334770;
	color: white;
	padding: 15px 45px;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 15px;
}
.comm input[type=submit]:hover {
	background-color: green;
	color: white;
}
.comm label {
	color: #d9b856;
}
.comm .ca {
	width: 250px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#reg {
	margin-top: 10%;
	float: left;
	width: 100%;
}
#reg .container1 {
	width: 100% !important;
}
#nakk {
	margin-bottom: 20px;
}
#img {
	float: left;
	width: 20%;
}
.wrap {
	float: left;
	width: 100%;
}
#fil {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.result {
	margin-top: 20px;
	font-size: 22px;
	float: left;
	width: 100%;
	color: red;
}
.content {
	width: 100%;
}
#popupmain .popcontent {
	color:#fff;
}
#popupmain .popcontent table {
	width: 100%;
	border-spacing: 0;
	margin: 20px 0;
}
#popupmain .popcontent table td {
	padding: 15px;
	border-bottom: solid 1px #fff;
}

.banner-sub1 *,
.banner-sub2 * {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-sub1 {
    float: left;
    position: fixed;
    left: 0;
    bottom: 35%;
    z-index: 9
}

.banner-sub2 {
    float: left;
    position: fixed;
    right: 0;
    bottom: 70%;
    z-index: 9
}

.icon1 {
    width: 50px;
    background-color: #e3c317;
    height: 45px;
    -webkit-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    border-right-radius: 12px;
    position: relative;
    overflow: hidden;
box-shadow: 2px 3px 4px #333;
}

.icon1:hover {
    width: 140px;
    background-color: #179de3;
    height: 45px;
    -webkit-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    border-right-radius: 12px;
    position: relative;
box-shadow: 2px 3px 4px #333;
}

.icon1 p {
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    overflow: hidden
}

.icon1:hover p {
    margin-left: 20px;
    color: #fff
}

.icon1:hover i {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    background: #000058;
box-shadow: 2px 3px 4px #333;
}

.icon1 i {
    float: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #000058;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    margin-top: 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 16px;

}

.icon1+.icon1 {
    margin-top: 20px
}

.icon3 {
    width: 150px;
    background-color: #e3c317;
    height: 45px;
    -webkit-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
    border-right-radius: 12px;
    overflow: hidden;
box-shadow: 2px 3px 4px #333;
}

.icon3:hover {
    width: 170px;
    background-color: #179de3;
    height: 45px;
    -webkit-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
    border-right-radius: 12px;
    position: relative;
    margin-left: -120px;
box-shadow: 2px 3px 4px #333;
}

.icon3b:hover p {
    width: 115px;
    margin-right: 10px !important;
}

.icon3 p {
    float: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 margin-right: 10px;
    -webkit-box-pack: center;
	font-weight: bolder !important;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    overflow: hidden
}

.icon3:hover p {
    margin-right: 24px;
    color: #fff
}

.icon3:hover i {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    background: #000058;
box-shadow: 2px 3px 4px #333;
}

.icon3 i {
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #000058;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
    font-size: 16px;

}

.icon3:hover img {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    height: 35px;
    width: 35px;
    margin-right: 5px
}

.icon3 img:nth-child(2n) {
    display: none
}

.icon3:hover img:nth-child(2n) {
    display: inline-block
}

.icon3 img {
    float: right !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 35px;
    width: 36px !important;
    margin-top: 5px;
    margin-right: 10px
}

.icon4 {
    margin-top: 20px
}






@media (max-width: 767px) {
 #popupmain .popcontent {
 padding: 30px 0;
}
 .container {
 width: 90%;
}
 header.fixed .logo {
 width: 25%;
 float: left;
}
 header.fixed #nav-icon1 {
 top: 10px;
}
 header.fixed .back {
 padding: 4px;
 margin-top: 0px;
}
 .logo {
 width: 30%;
 margin-top: 10px;
}
 .lines {
 display: block;
}
 .tab {
 margin-left: 0;
}
 #nav-icon1 {
 width: 30px;
 height: 20px;
 position: relative;

  /*! margin: 50px auto; */

  -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .5s ease-in-out;
 -o-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
 cursor: pointer;
 top: -10px;
 right: 0;
 float: right;
 z-index: 999999;
}
 .nav ul li {
 width: 100%;
}
 #nav-icon1 span {
 display: block;
 position: absolute;
 height: 4px;
 width: 30px;
 background: #d3531a;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 opacity: 1;
 left: 0;
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .25s ease-in-out;
 -o-transition: .25s ease-in-out;
 transition: .25s ease-in-out;
}
 .nav ul li a {
 text-decoration: none;
 float: left;
 color: #fff;
 letter-spacing: 1px;
 font-size: 15px;
 -webkit-box-pack: right;
 -webkit-justify-content: right;
 -ms-flex-pack: right;
 justify-content: right;
 display: inline-block;
 padding: 10px;
 position: relative;
 width: 100%;
 text-align: right;
}
 .nav ul li ul li a {
 color: #334770;
}
 #nav-icon1 span:nth-child(1) {
 top: 0px;
}
 #nav-icon1 span:nth-child(2) {
 top: 8px;
}
 #nav-icon1 span:nth-child(3) {
 top: 16px;
}
 #nav-icon1.open span:nth-child(1) {
 top: 8px;
 -webkit-transform: rotate(135deg);
 -ms-transform: rotate(135deg);
 transform: rotate(135deg);
}
 #nav-icon1.open span:nth-child(2) {
 opacity: 0;
 left: -60px;
}
 #nav-icon1.open span:nth-child(3) {
 top: 8px;
 -webkit-transform: rotate(-135deg);
 -ms-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
 .nav ul li a:hover {
 color: #47b0ff;
 text-align: right;
}
 .nav ul li ul li ul.sub-menu {
/* left: 150px;

    top: 0;

    display: none;

    width: 370px;*/



}
 body.nav-show header {
 right: 200px;
 left: -100px;
}
 .nav {
 position: fixed;
 top: 0;
 right: -200px;
 bottom: 0;
 width: 200px;
 padding: 15px;
 background-color: #0d2d62;
 -webkit-transition: .4s;
 -o-transition: .4s;
 transition: .4s;
 list-style: none;
 overflow: auto;
}
 .nav.nav-show {
 right: 0;
 padding-top: 10%;
}
 .nav span {
 position:absolute;
 right:0;
 right: -173px;
 top: 19px;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
 .ground {
width:100%
}
 header.fixed .nav {
width:200px
}
 .mail p {
max-width:100%
}
 .nav1 {
 float: left;
 margin-top: 0;

    /*! margin-left: 10px; */

    width: 60%;
}
 .nav1 ul li {
 float: left;
 list-style: none;
 margin-left: 0;
 width: 100%;
}
 .nav1 ul li a {
 float: left;
 text-decoration: none;
 color: black;
 font-size: 10px;
 margin-top: 3px;
}
 header.fixed .nav1 ul li a {
 font-size: 10px;
}
 .logo img {
 margin-top: 0;
}
 .head {
 padding: 0;
}
 header.fixed .head {
 padding: 6px;
}
 .nav ul li ul li:hover ul.sub-menu {
 display: none;
}
 .nav ul li:hover ul {
 display: none;
}
 .banner img {
 height: 60vh;
 -o-object-fit: cover;
 object-fit: cover;
}
 .about {
 padding: 10px;
}
 .cba {
 display: none;
}
 .abc {
 width: 100%;
}
 .abc h1 {
 font-size: 18px;
}
 .about p {
 font-size: 14px;
 line-height:30px;
}
 .abc h3 {
 font-size: 16px;
}
 .abc ul li {
 font-size: 12px;
 margin-top: 8px;
}
 .about a {
 font-size: 12px;
 padding: 5px;
 margin-top: 10px;
}
 .org h2 {
 font-size: 16px;
}
 .org {
 padding: 10px;
}
 #soon img {
 -o-object-fit: contain;
 object-fit: contain;
 float: left;
 width: 100%;
}
 video {
 margin-top: 30px;
 width: 100%;
 float: left;
}
 .video2 {
 float: left;
 width: 100%;
 padding: 0;
 margin-top: 20px;
}
 .video2 h3 {
 font-size: 16px;
}
 .video2 p {
 color: #dfdfdf;
 margin-top: 10px;
 float: left;
 line-height: 27px;
 font-size: 13px;
}
 .video2 a {
 text-align: center;
 float: left;
 text-decoration: none;
 padding: 5px;
 background: #47b0ff;
 color: white;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 margin-top: 10px;
 font-size: 12px;
}
 .doc img {
 width: auto;
 max-width: 100%;
 position: absolute;
 height: 100%;
}
 .dot {
 position: relative;
}
 .pannel-3 {
 padding: 10px;
}
 .news {
 float: left;
 background: #fff;
 width: 100%;
 padding: 10px;
 min-height: auto;
}
 .events {
 float: left;
 background: #fff;
 width: 100%;
 padding: 10px;
 margin-left: 0;
 min-height: auto;
 margin-top: 10px;
}
 .dot h2 {
 font-size: 16px;
 margin-bottom: 10px;
 color: black;
}
 .dot h3 {
 font-size: 14px;
}
 .con p {
 font-size: 10px;
}
 .scl span {
 font-size: 7px;
}
 .dot .date h2 {
 font-size: 13px;
}
 .con {
 margin-left: 0;
}
 .scl span {
 font-size: 8px;
 margin-top: 2px;
 margin-left: -26px;
}
 .date {
 width: 25%;
}
 .date h4 {
 font-size: 10px;
}
 .scl {
 padding: 5px;
}
 .dot {
 top: 5%;
}
 .pannel-3 {
 margin-top: 0;
}
 .new {
 width: 100%;
}
 .foot {
 float: right;
 width: 100%;
 padding: 30px;
 font-size: 12px;
}
 .banners img {
 margin-top: 0;
}
 .abt h2 {
 font-size: 16px;
}
 .abt {
 float: left;
 width: 100%;
 margin-top: 20px;
 margin-bottom: 30px;
}
 .abt p {
 float: left;
 width: 100%;
 text-align: justify;
 margin-top: 10px;
 line-height: 24px;
 color: #626262;
 font-size: 12px;
}
 .new .container1 {
 -webkit-border-radius: 5px;
 border-radius: 5px;
 background-color: #334770;
 padding: 20px;
 margin-top: 5%;
 width: 100%;
 display: inline-block;
 margin-bottom: 30px;
 float: left;
 margin-left: 0;
}
 .gallery h2 {
 display: inline-block;
 width: 100%;
 text-align: center;
 margin-top: 20%;
 margin-bottom: 15px;
 color: #47b0ff;
 font-size: 16px;
}
 .vid iframe {
 width: 100%;
 margin-left: 0;
 height: 100%;
 float: left;
}
 .vid iframe + iframe {
 margin-left: 0;
 margin-top: 30px;
}
 .events .con p {
 float: left;
 width: 100%;
 padding: 0 10px;
 line-height: 20px;
 color: #334770;
 font-size: 12px;
 margin-top: 15px;
}
 .nav ul li ul.show {
 display: block;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 background: white;
 width: 100%;
}
 .nav ul li ul li ul.sub-menu.show {
 display: block;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 background: #e6e6e6;
 width: 100%;
}
 .nav ul li .hun {
 width: 100%;
 margin-left: 0px;
 z-index: 9999;
}
 .nav ul li ul li ul.sub-menu {
 left: 0;
 top: 100%;
}
 .nav ul li ul li {
 margin: 0;
 text-align: right;
}
 .nav ul li ul li ul.sub-menu a {
 font-size: 12px;
 text-align: right;
 background: #e6e6e6;
}
 .nav ul li:hover ul li {
 display: inline-block;
}
 .nav ul li ul {
 position: relative;
 top: 0;
 display: none;
}
 .nav ul li:hover ul li {
 float: none;
}
 .gallery h2 {
 margin-top: 25%;
}
 .tab {
 float: left;
 width: 100%;
 height: auto;
}
 .demo-gallery {
 float: left;
 width: 100%;
}
 .n-logo.pr-logo li {
 width: 100%;
 margin: 3px;
 float: left;
 list-style: none;
 padding: 5px;
}
 .demo-gallery1 .n-logo.pr-logo li {
 width: 100%;
 margin: 3px;
 float: left;
 list-style: none;
 padding: 5px;
}
 .subs h3 {
 font-size: 16px;
}
 .wra {
 width: 100%;
}
 .subs .wra input[type="text"], .subs .wra input[type="email"], .subs .wra input[type="password"], input[type="tel"], select, textarea {
 width: 60%;
}
 .wra input[type="text"], .wra input[type="email"], .wra input[type="password"], input[type="tel"], select, textarea {
 width: 100% !important;
}
 input[type="submit"] {
 padding: 10px;
}
 .wrapp h2 {
 display: inline-block;
 width: 100%;
 text-align: center;
 margin-bottom: 5px;
 color: #47b0ff;
 font-size: 16px;
 margin-top: 15%;
}
 .pdf_links {
 float: left;
 width: 100%;
 margin-bottom: 5%;
}
 .pdf_links > div {
 margin-left: 0;
 width: 100%;
}
 .nav ul li a i {
 position: absolute;
 left: 0;
 top: -webkit-calc(100% - 80%);
 top: calc(100% - 80%);
 margin-left: 10px;
}
 .video1 {
 float: left;
 width: 100%;
 height: auto;
}
.video1 img {
 float: left;
 width: 100%;
 height: auto;
}
.inten h2 {
 font-size: 16px;
 margin-bottom: 5px;
 margin-top: 5px;
}
 .bow {
 width: 100%;
}
 .bow + .bow {
 margin-left: 0;
}
 .fresh {
 margin-top: 30%;
}
 .container1 {
 width: 100%;
}
 .container1 + .container1 {
 margin-left: 0;
}
 .red {
 margin-top: 20px;
 margin-left: 0;
}
 .bow img {
 float: left;
 width: 200px;
 height: 200px;
 margin-left: -webkit-calc(100% - 85%);
 margin-left: calc(100% - 85%);
 -webkit-border-radius: 50%;
 border-radius: 50%;
}
 .inten {
 margin-top: 13%;
}
 .pres + .pres {
 margin-left: 0;
 margin-top: 20px;
}
 .pres {
 width: 100%;
}
 .sid {
 float: left;
 width: 100%;
}
 .cont1 {
 margin-top: 20%;
}
 .cont1 h2 {
 font-size: 18px;
}
 .tumb .sid + .sid {
 margin-left: 0;
 margin-top: 20px;
}
 .print {
 display: inline-block;
}
 .video {
 float: left;
 width: 100%;
 margin-bottom: 0;
}
 .des {
 float: left;
 width: 100%;
 background: white;
 margin-top: 0;
 margin-left: 0;
 padding: 15px;
}
 .des h4 {
 font-size: 16px;
}
 .des p {
 font-size: 13px;
}
 .bann img {
 height: 45vh;
 margin-top: 50px;
}
 .alb {
display:block;
}
 .album {
width:27%;
margin-bottom:3%;
}
}
.profile-dropdown {
	position: absolute;
	top:25px;
	right:0;
	background: #fff;
	border-radius: 3px;
	border:solid 1px #ddd;
	z-index: 10;
	display: none;
}
.profile-dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	padding:8px 16px;
}
.profile-dropdown ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}
.profile-dropdown ul li a {
	display: inline-block;
	width: 100%;
	padding: 8px 0;
	border-bottom: solid 1px #ddd;
	color:#000;
	text-decoration: none;
}
.profile-dropdown ul li:last-child a {
	border-bottom:0;
}
